Getting Started
How to run Synthpop locally.
System Requirements
Cloning the main repository
git clone https://github.com/sert121/bharatsim_code
or visit [GitHub]
Install project dependencies
pip install -r requirements.txt
Install in a virtual environment
Create a virtual environment at the project root - this is used to isolate project packages from the global packages.
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt