More readme updates

This commit is contained in:
Kevin Wu
2022-09-11 17:54:22 -07:00
parent 34a07851ca
commit be4ee901fe

View File

@@ -92,6 +92,9 @@ We use a different conda environment for this step; see https://colab.research.g
```bash
mamba create -n inverse python=3.9 pytorch cudatoolkit pyg -c pytorch -c conda-forge -c pyg
conda activate inverse
mamba install -c conda-forge biotite
pip install git+https://github.com/facebookresearch/esm.git
```
After this, we `cd` into the folder that contains the `sampled_pdb` directory created by the prior step, and run: