Skip to content

Commit a2d241b

Browse files
committed
update README
1 parent 910e736 commit a2d241b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@ DataJoint Elements collectively standardize and automate data collection and ana
2222
git clone https://github.com/<enter_github_username>/element-moseq.git
2323
```
2424

25+
+ Install [Conda](https://docs.conda.io/en/latest/miniconda.html).
26+
27+
+ Create and activate a Conda environment:
28+
```bash
29+
conda env create -f conda_env.yml
30+
conda activate element_moseq
31+
```
32+
2533
+ Install with `pip`:
2634

2735
```bash
28-
pip install -e .[keypoint-moseq]
36+
pip install -e .[kpms_cpu] # MacOS: pip install -e ".[kpms_cpu]"
2937
```
3038

3139
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-moseq#interactive-tutorial)

0 commit comments

Comments
 (0)