InstallationΒΆ
We recommend using conda.
First, clone this repo
git clone git@github.com:shane-d-zhang/PyModule.git
Then create an environment:
cd PyModule
conda env create -f environment.yml
conda activate pymodule
After installing dependencies, or if you decide to use pip to install dependencies, run the follows to install pymodule and missing dependencies:
pip install -e .