How to installΒΆ

To use our software, do the following:

  1. Clone our project repository from Github.
git clone https://github.com/rocketscience0/cs207-FinalProject.git
  1. Navigate to the local repository.
cd /path/to/cs207-FinalProject
  1. Create a new conda python virtual environment. Note: This command only needs to be done once.
conda env create -n autodiff -f autodiff-env.yml
  1. Activate the virtual environment.
conda activate autodiff