From 7483f3b0b6957b58925e1787a32d71c16a09c33a Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 14 Jun 2019 15:43:39 -0300 Subject: [PATCH] Fix readme --- README.md | 8 ++++---- fpakman/app.py | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09eff06c..aa0c3b4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fpakman/app.py b/fpakman/app.py index cadcefa2..81a90d00 100755 --- a/fpakman/app.py +++ b/fpakman/app.py @@ -1,4 +1,3 @@ -#!env/bin/python import argparse import os import sys