-
Notifications
You must be signed in to change notification settings - Fork 1
Install
Tyler Temp edited this page Feb 9, 2016
·
1 revision
If you're using python 2.7.9+ or 3.4+,you might have already installed pip. You can read here to install pip by yourself.
Open your terminal (on Windows it's cmd, on Linux/Mac it's terminal) and run:
install release version
pip install -U docpieinstall dev/nightly version:
pip install -U git+git://github.com/TylerTemp/docpie.gitYou can download the source code from GitHub and install offline (dev/nightly version only):
- click the
Download ZIPon GitHub - decompressed the file you got
- open your
terminal/cmdand runpython /path/to/docpie/setup.py(replace the/path/to/docpieto the folder that you decompressed)
You can also download the .whl file from PyPi, and install by
pip install -U wheel
pip install -U /path/to/docpie-xxx-py2.py3-none-any.whl