Update readme and installation requirement
This commit is contained in:
parent
db53e4988e
commit
497351f31f
@ -24,9 +24,11 @@ along with this program. If not, see https://www.gnu.org/licenses/.
|
|||||||
|
|
||||||
You need this libraries to use CostaPy:
|
You need this libraries to use CostaPy:
|
||||||
- cherrypy
|
- cherrypy
|
||||||
|
- cherrypy-cors
|
||||||
- mako
|
- mako
|
||||||
- mysql-connector
|
- mysql-connector
|
||||||
- bcrypt
|
- bcrypt
|
||||||
|
- pyjwt[crypto]
|
||||||
|
|
||||||
You can install it with run this command
|
You can install it with run this command
|
||||||
|
|
||||||
@ -34,11 +36,14 @@ You can install it with run this command
|
|||||||
|
|
||||||
Here is the completed command
|
Here is the completed command
|
||||||
|
|
||||||
|
sudo apt-get install -y python3-pip
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install cherrypy
|
pip install cherrypy
|
||||||
|
pip install cherrypy-cors
|
||||||
pip install mako
|
pip install mako
|
||||||
pip install mysql-connector
|
pip install mysql-connector
|
||||||
pip install bcrypt
|
pip install bcrypt
|
||||||
|
pip install pyjwt[crypto]
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
14
install.sh
14
install.sh
@ -1,8 +1,8 @@
|
|||||||
sudo apt-get install -y python3-pip
|
sudo apt-get install -y python3-pip
|
||||||
pip3 install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip3 install cherrypy
|
pip install cherrypy
|
||||||
pip3 install cherrypy-cors
|
pip install cherrypy-cors
|
||||||
pip3 install mako
|
pip install mako
|
||||||
pip3 install mysql-connector
|
pip install mysql-connector
|
||||||
pip3 install bcrypt
|
pip install bcrypt
|
||||||
pip3 install pyjwt[crypto]
|
pip install pyjwt[crypto]
|
||||||
|
Loading…
Reference in New Issue
Block a user