Skip to content

Commit

Permalink
removing recursive install by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ShvetankPrakash authored Oct 19, 2023
1 parent 31d515a commit 07b4bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exit
###### Clone ArchGym Repository and Create Conda Environment
Start a new terminal and run:
```
git clone --recursive https://github.com/srivatsankrishnan/oss-arch-gym.git
git clone https://github.com/srivatsankrishnan/oss-arch-gym.git
conda env create -f oss-arch-gym/environment.yml
conda activate arch-gym
```
Expand Down

0 comments on commit 07b4bf6

Please sign in to comment.