Skip to content

Commit

Permalink
Make the setup instructions more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Feb 20, 2024
1 parent 3bd45ba commit 9390390
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,13 @@ python -m evals.main_distributed \
---

### Setup
Create a new Conda environment, activate it, and run the [setup.py](setup.py) script:
`python setup.py install`

Run:
```bash
conda create -n jepa python=3.9 pip
conda activate jepa
pip install -e .
```

## License
See the [LICENSE](./LICENSE) file for details about the license under which this code is made available.
Expand Down

0 comments on commit 9390390

Please sign in to comment.