We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910e736 commit a2d241bCopy full SHA for a2d241b
README.md
@@ -22,10 +22,18 @@ DataJoint Elements collectively standardize and automate data collection and ana
22
git clone https://github.com/<enter_github_username>/element-moseq.git
23
```
24
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
33
+ Install with `pip`:
34
35
```bash
- pip install -e .[keypoint-moseq]
36
+ pip install -e .[kpms_cpu] # MacOS: pip install -e ".[kpms_cpu]"
37
38
39
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-moseq#interactive-tutorial)
0 commit comments