Skip to content

Commit

Permalink
Merge branch 'master' of github.com:imrahil/OctoPrint-NavbarTemp
Browse files Browse the repository at this point in the history
  • Loading branch information
imrahil committed Jul 2, 2015
2 parents 249eba6 + dc53fb8 commit a35c0d9
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,4 @@

## Setup

Install the plugin like you would install any regular Python package from source:

pip install https://github.com/imrahil/OctoPrint-NavbarTemp/archive/master.zip

Make sure you use the same Python environment that you installed OctoPrint under, otherwise the plugin
won't be able to satisfy its dependencies.

## Upgrade to newest version
pip install --ignore-installed --force-reinstall --no-deps https://github.com/imrahil/OctoPrint-NavbarTemp/archive/master.zip

## Installation for OctoPi users
(taken from https://github.com/markwal/OctoPrint-GPX)

1. Start with OctoPi: Get your Raspberry Pi up and running by following the
instructions on [OctoPi](https://github.com/guysoft/OctoPi)

2. OctoPi runs OctoPrint in a virtualenv. You'll want to switch to the
virtualenv for installing packages so they'll be available to OctoPrint.
Activating the environment means that when you type python or pip, it'll use
the ones out of ~/oprint/bin and use ~/oprint/lib for all package installs
and dependencies. You can tell it is working by the "(oprint)" in front of
your prompt
```
source ~/oprint/bin/activate
```
3. Switch to the devel branch of OctoPrint
(https://github.com/foosel/OctoPrint/wiki/FAQ#how-can-i-switch-the-branch-of-the-octoprint-installation-on-my-octopi-image)
```
cd ~/OctoPrint
git pull & git checkout devel
python setup.py clean
python setup.py install
```
4. run
```
pip install https://github.com/imrahil/OctoPrint-NavbarTemp/archive/master.zip
sudo service octoprint restart
```
Install the plugin using Plugin Manager from Settings

0 comments on commit a35c0d9

Please sign in to comment.