Skip to content

dcodermobile/io-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IO-PYTHON

Python lib for dcoder io


How To Use

To clone and run this application, you'll need Git and Python3 and PIP installed on your computer. From your command line:

# Clone this repository
$ git clone 

# Go into the repository
$ cd io-python

# Compiling setup file
$ python setup.py sdist bdist_wheel

# Installing the whl
$ pip install dcoderio-<=version-no=>-py3-none-any.whl

# Pushing the code into test.pypi.org
$ python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

# Pushing the code into pypi.org
$ python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages