Skip to content

Commit 1811404

Browse files
authored
chore: installation docs
1 parent 33a0339 commit 1811404

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/0-installation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Installation
2+
3+
The `roverlib-python` library comes installed by default on every Rover, but if for some reason it isn't, [ssh into the rover](https://ase.vu.nl/docs/tutorials/Fundamental%20Concepts/connecting) and run the following pip install command:
4+
5+
``` bash
6+
# Install the latest version
7+
pip install roverlib
8+
# Install a specific version
9+
pip install roverlib==1.2.3
10+
```
11+
12+
Using the same commands, you can update or downgrade `roverlib-pyton` globally on the Rover. All available versions that can be installed can be found [here](https://pypi.org/project/roverlib/#history).

0 commit comments

Comments
 (0)