Update README.md

Line 63: to lower-case P->python3.7

Line 48: Moved the install of package: python3-pip
pull/220/head
hammyMarc 2020-07-13 12:59:31 -04:00 committed by GitHub
parent ef8ef26ccc
commit 92e056fa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,7 @@ All Selene applications are time zone agnostic. It is recommended that the time
* Recommended server configuration: Ubuntu 18.04 LTS, 2 CPU, 4GB RAM, 50GB disk.
* Use the package management system to install Python 3.7, Python 3 pip and PostgreSQL 10
```
sudo apt-get install postgresql python3.7 python
sudo apt-get install postgresql python3.7 python python3-pip
```
* Set Postgres to start on boot
```
@ -60,8 +60,7 @@ git clone https://github.com/MycroftAI/selene-backend.git
```
* Create the virtual environment for the database code
```
sudo apt-get install python3-pip
sudo Python3.7 -m pip install pipenv
sudo python3.7 -m pip install pipenv
cd /opt/selene/selene-backend/db
pipenv install
```