|
4 | 4 |
|
5 | 5 | ## Setup |
6 | 6 |
|
7 | | -Install the plugin like you would install any regular Python package from source: |
8 | | - |
9 | | - pip install https://github.com/imrahil/OctoPrint-NavbarTemp/archive/master.zip |
10 | | - |
11 | | -Make sure you use the same Python environment that you installed OctoPrint under, otherwise the plugin |
12 | | -won't be able to satisfy its dependencies. |
13 | | - |
14 | | -## Upgrade to newest version |
15 | | - pip install --ignore-installed --force-reinstall --no-deps https://github.com/imrahil/OctoPrint-NavbarTemp/archive/master.zip |
16 | | - |
17 | | -## Installation for OctoPi users |
18 | | -(taken from https://github.com/markwal/OctoPrint-GPX) |
19 | | - |
20 | | -1. Start with OctoPi: Get your Raspberry Pi up and running by following the |
21 | | - instructions on [OctoPi](https://github.com/guysoft/OctoPi) |
22 | | - |
23 | | -2. OctoPi runs OctoPrint in a virtualenv. You'll want to switch to the |
24 | | - virtualenv for installing packages so they'll be available to OctoPrint. |
25 | | - Activating the environment means that when you type python or pip, it'll use |
26 | | - the ones out of ~/oprint/bin and use ~/oprint/lib for all package installs |
27 | | - and dependencies. You can tell it is working by the "(oprint)" in front of |
28 | | - your prompt |
29 | | - ``` |
30 | | - source ~/oprint/bin/activate |
31 | | - ``` |
32 | | -
|
33 | | -3. Switch to the devel branch of OctoPrint |
34 | | - (https://github.com/foosel/OctoPrint/wiki/FAQ#how-can-i-switch-the-branch-of-the-octoprint-installation-on-my-octopi-image) |
35 | | - ``` |
36 | | - cd ~/OctoPrint |
37 | | - git pull & git checkout devel |
38 | | - python setup.py clean |
39 | | - python setup.py install |
40 | | - ``` |
41 | | -4. run |
42 | | -
|
43 | | - ``` |
44 | | - pip install https://github.com/imrahil/OctoPrint-NavbarTemp/archive/master.zip |
45 | | - sudo service octoprint restart |
46 | | - ``` |
| 7 | +Install the plugin using Plugin Manager from Settings |
0 commit comments