How to installΒΆ
To use our software, do the following:
- Clone our project repository from Github.
git clone https://github.com/rocketscience0/cs207-FinalProject.git
- Navigate to the local repository.
cd /path/to/cs207-FinalProject
- Create a new
conda pythonvirtual environment. Note: This command only needs to be done once.
conda env create -n autodiff -f autodiff-env.yml
- Activate the virtual environment.
conda activate autodiff