8000
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 01c8718 commit 747546fCopy full SHA for 747546f
README.md
@@ -43,6 +43,26 @@ These are layered over a set of base functions that perform many of the same ope
43
44
The class, method and functions names largely mirror those of the MATLAB toolboxes, and the semantics are quite similar.
45
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
66
# Examples
67
68
0 commit comments