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.6
from 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.txt
Warning
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 docs
To run json log server,
$ make log-server
Start coding...
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.