Fix readme

This commit is contained in:
Vinicius Moreira
2019-06-14 15:43:39 -03:00
parent 3188820bc6
commit 7483f3b0b6
2 changed files with 4 additions and 5 deletions

View File

@@ -30,12 +30,12 @@ fpakman
```
### Manual installation:
Inside the project directory type the following commands:
The following script shows how to install the application in a separate python environment in order to not mess up with your
system's python libraries. Inside the project directory type:
```
python3 -m venv env
env/bin/pip install -r requirements.txt
chmod +x app.py
./app.py
env/bin/pip install .
env/bin/fpakman
```
### Autostart

View File

@@ -1,4 +1,3 @@
#!env/bin/python
import argparse
import os
import sys