Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 936 Bytes

README-DEV.md

File metadata and controls

29 lines (16 loc) · 936 Bytes

Getting started

  1. Clone the repository: git clone [email protected]:popojargo/orchester.git
  2. Create your virtualenv and activate it.
  3. Install your dependencies: pip install -r requirements.txt
  4. Create an .orchester.json configuration file. You can copy the example coming from .orchester-empty.json

Build

To build the project, do the following:

  1. python setup.py sdist bdist_wheel

  2. TestPyPI upload: twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Note: To test from TestPypi, run: pip install --index-url https://test.pypi.org/simple/ orchester

  1. PyPI upload: twine upload dist/*

Generate empty config file

To generate an empty configuration file based on the one with doc: python bin/gen_cfg_file.py > .orchester-empty.json