Skip to content
xulabs edited this page Jan 30, 2020 · 5 revisions

To deploy the code to https://test.pypi.org run following command

python setup.py sdist
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* -c "aitom-0.0.1"`

Then the deployed package will appear here: https://test.pypi.org/project/aitom/0.0.1/

Project Management

  • Roadmap
  • Iteration Plans
  • Development Process

Contributing

Documentation

  • API
Clone this wiki locally