update octoprint install instruction

This commit is contained in:
sean 2020-05-08 14:13:12 -04:00
parent 8a36200e02
commit 320b811cc3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN mkdir /home/octoprint/.octoprint
#Install Octoprint #Install Octoprint
RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octoprint \ RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octoprint \
&& virtualenv venv \ && virtualenv venv \
&& ./venv/bin/python setup.py install && ./venv/bin/pip install .
RUN /opt/octoprint/venv/bin/python -m pip install \ RUN /opt/octoprint/venv/bin/python -m pip install \
https://github.com/pablogventura/Octoprint-ETA/archive/master.zip \ https://github.com/pablogventura/Octoprint-ETA/archive/master.zip \