Skip to content

Commit

Permalink
Just use apt-get no need for pip. Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Oct 21, 2016
1 parent 63b2b0d commit 62fbace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -9,11 +9,10 @@ INDI Web Manager is a simple Web Application to manage [INDI](http://www.indilib
INDI Library must be installed on the target system. The Web Application is based on [Bottle Py](http://bottlepy.org) micro-framework. It has a built-in webserver and by default listens on port 8624. Install the pre-requisites:

```
$ sudo apt-get -y install python-pip
$ sudo pip install -r requirements.txt
$ sudo apt-get -y install python-requests python-psutil python-bottle

This comment has been minimized.

Copy link
@ppapadeas

ppapadeas Oct 21, 2016

Collaborator

I think that we should stick to pip as different distros not necesserily have bottle, requests and psutil packaged. Also it enables us to control the required versions.

```

Copy the **servermanager** folder to $(HOME) or any folder where the user has read and write access.
Copy the **servermanager** folder to your home directory $(HOME) or any folder where the user has read and write access.

# Usage

Expand All @@ -40,6 +39,8 @@ Type=idle
User=pi
ExecStart=/usr/bin/python /home/pi/servermanager/drivermanager.py
ExecStartPost=/usr/bin/python /home/pi/servermanager/autostart.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 62fbace

Please sign in to comment.