Skip to content

Commit b21941e

Browse files
dccifacebook-github-bot
authored andcommitted
Update README.md to mention creation/activation of conda
Summary: Verified by Shayne Reviewed By: amirafzali Differential Revision: D75013277 fbshipit-source-id: 350b6d876b80a5f9a68be5d66315beafc6f48de1
1 parent 970c7a5 commit b21941e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ TODO improve
66

77
```sh
88

9+
# Create and activate the conda environment
10+
conda create -n monarchenv python=3.10 -y
11+
conda activate monarchenv
12+
913
# Install nightly rust toolchain
1014
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1115

0 commit comments

Comments
 (0)