Update readme and installation requirement

This commit is contained in:
Dita Aji Pratama 2023-05-03 22:55:28 +07:00
parent db53e4988e
commit 497351f31f
2 changed files with 12 additions and 7 deletions

View File

@ -24,9 +24,11 @@ along with this program. If not, see https://www.gnu.org/licenses/.
You need this libraries to use CostaPy:
- cherrypy
- cherrypy-cors
- mako
- mysql-connector
- bcrypt
- pyjwt[crypto]
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
sudo apt-get install -y python3-pip
pip install --upgrade pip
pip install cherrypy
pip install cherrypy-cors
pip install mako
pip install mysql-connector
pip install bcrypt
pip install pyjwt[crypto]
## Usage

View File

@ -1,8 +1,8 @@
sudo apt-get install -y python3-pip
pip3 install --upgrade pip
pip3 install cherrypy
pip3 install cherrypy-cors
pip3 install mako
pip3 install mysql-connector
pip3 install bcrypt
pip3 install pyjwt[crypto]
pip install --upgrade pip
pip install cherrypy
pip install cherrypy-cors
pip install mako
pip install mysql-connector
pip install bcrypt
pip install pyjwt[crypto]