Clone the repo, preferably using ssh clone instead of https.
- Ensure that the environment has
python3.6. If it does not have one, then do either of the following:
- Install from distro
- Install
python3.6from pyenv - Use conda to setup environment for python3.6
- Ensure that the environment has
Create a virtual environment. Activate it.
Install all requirements.
$ pip install -r requirements.txtWarning
Installation might take a bit longer depending on the internet speed.
Make sure the setup works by running tests. Refer :ref:`testing:Testing` for more details.
$ make test $ make lint
Generate docs
$ make docsTo run json log server,
$ make log-serverStart coding...
This repository was archived by the owner on Sep 7, 2023. It is now read-only.