Skip to content

Commit

Permalink
Synchronize the doc with script
Browse files Browse the repository at this point in the history
  • Loading branch information
changgoo committed Sep 18, 2024
1 parent d6219ba commit 44271fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
```sh
git clone git@github.com:PrincetonUniversity/astro-tigress.git
cd astro-tigress
conda create -n astro_tigress
conda activate astro_tigress
conda install pip
pip install -r requirements.txt
conda create --name astro-tigress python=3.8 pip
conda activate astro-tigress
pip install .
```

0 comments on commit 44271fa

Please sign in to comment.