Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
0a9b46e
1
Parent(s):
69e35c8
Minor changes
Browse files
README.md
CHANGED
|
@@ -135,7 +135,7 @@ The Gojo Satoru is a powerful Group Management bot with awesome plugins and feat
|
|
| 135 |
* Change to virtualenv shell by using: `. venv/bin/activate (Linux) venv\Scripts\activate (Windows)`
|
| 136 |
* Run the bot using `python3 -m Powers`
|
| 137 |
|
| 138 |
-
###
|
| 139 |
|
| 140 |
* Update apt by using `sudo apt update && sudo apt upgrade -y`
|
| 141 |
* Now install required packages by `sudo apt install --no-install-recommends -y python3-lxml python3-psycopg2 libpq-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev python3-pip python3-sqlalchemy openssl wget curl git libffi-dev libjpeg-dev libwebp-dev python3 python3-dev pv tree mediainfo nano nodejs libreadline-dev libyaml-dev gcc zlib1g ffmpeg libssl-dev libgconf-2-4 libxi6 unzip libopus0 libopus-dev python3-virtualenv tmux libmagickwand-dev`
|
|
@@ -143,7 +143,6 @@ The Gojo Satoru is a powerful Group Management bot with awesome plugins and feat
|
|
| 143 |
* Now make it current directory by `cd Gojo_Satoru`
|
| 144 |
* Edit the vars file by `nano Powers/vars.py`
|
| 145 |
* Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
|
| 146 |
-
* Enter in new window by `tmux`
|
| 147 |
* Create and activate a new virtualenv by `virtualenv venv source venv/bin/activate`
|
| 148 |
* Install requirements to run the bot by `pip3 install -r requirements.txt`
|
| 149 |
* After requirements are installed, start the bot by `python3 -m Powers`
|
|
|
|
| 135 |
* Change to virtualenv shell by using: `. venv/bin/activate (Linux) venv\Scripts\activate (Windows)`
|
| 136 |
* Run the bot using `python3 -m Powers`
|
| 137 |
|
| 138 |
+
### Traditional method:
|
| 139 |
|
| 140 |
* Update apt by using `sudo apt update && sudo apt upgrade -y`
|
| 141 |
* Now install required packages by `sudo apt install --no-install-recommends -y python3-lxml python3-psycopg2 libpq-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev python3-pip python3-sqlalchemy openssl wget curl git libffi-dev libjpeg-dev libwebp-dev python3 python3-dev pv tree mediainfo nano nodejs libreadline-dev libyaml-dev gcc zlib1g ffmpeg libssl-dev libgconf-2-4 libxi6 unzip libopus0 libopus-dev python3-virtualenv tmux libmagickwand-dev`
|
|
|
|
| 143 |
* Now make it current directory by `cd Gojo_Satoru`
|
| 144 |
* Edit the vars file by `nano Powers/vars.py`
|
| 145 |
* Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
|
|
|
|
| 146 |
* Create and activate a new virtualenv by `virtualenv venv source venv/bin/activate`
|
| 147 |
* Install requirements to run the bot by `pip3 install -r requirements.txt`
|
| 148 |
* After requirements are installed, start the bot by `python3 -m Powers`
|