Skip to content

Commit

Permalink
more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Sep 26, 2024
1 parent a9b2f9d commit 2ae45f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEV-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ To roll out a new version of this:
8. `conda deactivate` - deactivate the current conda env (if necessary)
9. `conda env create -f environment.yaml -p env_xchem_align` - create the new conda environment

NOTE: the repo MUST be tagged before rolling out to users. Step 3 does this and is assumed to be done by the
developers. If you want to roll out a new environment and the repo is not tagged (step 3) then the commands in step 3
must instead be performed after step 5 and before step 6.

---

[conda]: https://docs.conda.io/en/latest/
Expand Down

0 comments on commit 2ae45f0

Please sign in to comment.