diff --git a/Installation.md b/Installation.md index ee2eca8..eb1cca1 100644 --- a/Installation.md +++ b/Installation.md @@ -47,7 +47,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Open a terminal * Install pre-requisites: -`sudo pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` +`sudo pkg install python2 py27-sqlite3 py27-openssl security/ca_root_nss git` * Type: `cd /usr/local/share/` * Type: `sudo git clone https://github.com/JonnyWong16/plexpy.git` * Fix permissions: @@ -70,7 +70,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Create a new jail for PlexPy (you can also install it within the PMS jail if you wish) * Open the jail shell. * Install pre-requisites: -`pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` +`pkg install python2 py27-sqlite3 py27-openssl security/ca_root_nss git` * Type: `cd /usr/local/share/` * Type: `git clone https://github.com/JonnyWong16/plexpy.git` * Fix permissions: