You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Installation
2
2
3
-
This page mirrors the installation instructions in the project README and provides practical notes for developers.
4
-
5
3
## Requirements
4
+
The simulator is extensively tested on Ubuntu 24.04. However, other platforms should also work out of the box with the PyPI install. Further, you need an environment with:
5
+
6
6
- Python >= 3.11, < 3.14
7
7
- MuJoCo (follow the mujoco installation instructions for your platform)
8
-
- pixi >= 0.6.1 (required for the provided developer environment)
8
+
-(Optional) pixi >= 0.6.1 (required for the provided developer environment)
9
9
10
10
## Quick install (PyPI)
11
11
Recommended for users who only want to use Crazyflow:
@@ -15,7 +15,7 @@ pip install crazyflow
15
15
```
16
16
17
17
## Developer install (recommended for contributors)
18
-
Use [pixi](https://pixi.sh/) to create a reproducible development environment that also installs submodules in editable mode.
18
+
Use [pixi](https://pixi.sh/) to create a reproducible development environment that also installs submodules in editable mode. This requires some 64 bit linux distribution to work.
0 commit comments