Browse Source

[Documentation] missing requirement setuptools

* added setupTools to (defined) Requirements section
pull/35/head
Marcel Trautwein 8 years ago
committed by GitHub
parent
commit
fa4a71454f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@@ -5,8 +5,9 @@ It is smart enough to handle multiple remotes, branches, dirty working
directories, and more, hopefully providing a great way to get everything directories, and more, hopefully providing a great way to get everything
up-to-date for short periods of internet access between long periods of none. up-to-date for short periods of internet access between long periods of none.


# Requirements
gitup should work on OS X, Linux, and Windows. You should have the latest gitup should work on OS X, Linux, and Windows. You should have the latest
version of git and either Python 2.7 or Python 3 installed.
version of git and either Python 2.7 or Python 3 installed with the [setuptools](https://github.com/pypa/setuptools) extension (if it's missing, check for `pip install setuptools`).


# Installation # Installation




Loading…
Cancel
Save