OctoPrint: Difference between revisions
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
python --version | python --version | ||
Python 2.7.13 | Python 2.7.13 | ||
pip install virtualenv | |||
Collecting virtualenv | |||
Downloading https://files.pythonhosted.org/packages/7e/1b/6c00d57127608793e16e8b7f813e64d58a1938505c42fe190d1386ab41e1/virtualenv-16.4.0-py2.py3-none-any.whl (2.0MB) | |||
100% |████████████████████████████████| 2.0MB 134kB/s | |||
Installing collected packages: virtualenv | |||
Successfully installed virtualenv-16.4.0 | |||
git clone https://github.com/foosel/OctoPrint.git | git clone https://github.com/foosel/OctoPrint.git | ||
</source> | </source> | ||
[[Category:3DPrint]] | [[Category:3DPrint]] | ||
Revision as of 13:41, 20 February 2019
Installation on existing raspbian
python --version
Python 2.7.13
pip install virtualenv
Collecting virtualenv
Downloading https://files.pythonhosted.org/packages/7e/1b/6c00d57127608793e16e8b7f813e64d58a1938505c42fe190d1386ab41e1/virtualenv-16.4.0-py2.py3-none-any.whl (2.0MB)
100% |████████████████████████████████| 2.0MB 134kB/s
Installing collected packages: virtualenv
Successfully installed virtualenv-16.4.0
git clone https://github.com/foosel/OctoPrint.git