Skip to content

Commit 91b2ba0

Browse files
authored
Merge pull request #9 from meta-pytorch/update_setup
update setup instructions with requirements
2 parents 7e51b5e + 4a2e195 commit 91b2ba0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Nothing to see here yet, but check back soon
88

99
## Installation
1010

11+
### Env Setup
12+
```bash
13+
conda create -n torchstore python=3.12
14+
pip install torch
15+
16+
git clone git@github.com:meta-pytorch/monarch.git
17+
python monarch/scripts/install_nightly.py
18+
19+
git clone git@github.com:meta-pytorch/torchstore.git
20+
cd torchstore
21+
pip install -e .
22+
```
23+
24+
1125
### Development Installation
1226

1327
To install the package in development mode:

0 commit comments

Comments
 (0)