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
Its easiest to install smmap using the [pip](http://www.pip-installer.org/en/latest) program:
47
-
48
+
48
49
```bash
49
50
$ pip install smmap
50
51
```
51
-
52
+
52
53
As the command will install smmap in your respective python distribution, you will most likely need root permissions to authorize the required changes.
53
54
54
55
If you have downloaded the source archive, the package can be installed by running the `setup.py` script:
55
-
56
+
56
57
```bash
57
58
$ python setup.py install
58
59
```
@@ -68,17 +69,17 @@ The project is home on github at https://github.com/gitpython-developers/smmap .
68
69
The latest source can be cloned from github as well:
0 commit comments