This repository is setup so that you can pip install
the package (with some important caveats).
Currently, no dependencies are specified for the package as the environment setup is quite complicated. This is (hopefully) going to change before the project is finished up!
To install the package for local use:
- Clone the repository.
- Create the Anaconda environment with:
This is a pretty long environment name. We hope to change this in the future.
conda env create --name YOUR_ENV_NAME --file=environment_conda_with_torch_deepfloyd.yml
- Activate the Anaconda environment:
conda activate YOUR_ENV_NAME
- Install the
mcmc_visanagrams
as an editablepip
package:cd /PATH/TO/REPOSITORY/ROOT/DIRECTORY pip install -e .
It is the hope that this is setup in a way that is compatible with Colab as well as with local installs. For installation and usage examples using Colab, refer to the ipython notebook we've been using. This notebook was adapted from the MCMC repository.