8000 Added install instructions · ZombyDogs/spatialmath-python@747546f · GitHub
[go: up one dir, main page]

Skip to content

Commit 747546f

Browse files
committed
Added install instructions
1 parent 01c8718 commit 747546f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,26 @@ These are layered over a set of base functions that perform many of the same ope
4343

4444
The class, method and functions names largely mirror those of the MATLAB toolboxes, and the semantics are quite similar.
4545

46+
# Getting going
47+
48+
## Using pip
49+
50+
Install a snapshot from PyPI
51+
52+
```
53+
% pip install spatialmath-python
54+
```
55+
56+
## From GitHub
57+
58+
Install the current code base from GitHub and pip install a link to that cloned copy
59+
60+
```
61+
% git clone https://github.com/petercorke/spatialmath-python.git
62+
% cd spatialmath-python
63+
% pip install -e .
64+
```
65+
4666
# Examples
4767

4868

0 commit comments

Comments
 (0)
0