Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
3743160
1
Parent(s):
b304af9
RDP
Browse files
README.md
CHANGED
|
@@ -131,9 +131,24 @@ The Gojo Satoru is a powerful Group Management bot with awesome plugins and feat
|
|
| 131 |
* Create Virtualenv using: `virtualenv venv`
|
| 132 |
* Install the requirements using `python3 -m pip install -r requirements.txt`
|
| 133 |
* Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
|
|
|
|
| 134 |
* Change to virtualenv shell by using: `. venv/bin/activate (Linux) venv\Scripts\activate (Windows)`
|
| 135 |
* Run the bot using `python3 -m Powers`
|
| 136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
<!---### Using docker
|
| 138 |
|
| 139 |
* Clone the repo and enter into it
|
|
|
|
| 131 |
* Create Virtualenv using: `virtualenv venv`
|
| 132 |
* Install the requirements using `python3 -m pip install -r requirements.txt`
|
| 133 |
* Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
|
| 134 |
+
* If you want, you can remove all the things
|
| 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 |
+
### Using Remote Desktop Protocol(RDP):
|
| 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`
|
| 142 |
+
* Clone the GitHub repo by `https://github.com/Gojo-Bots/Gojo_Satoru`
|
| 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`
|
| 150 |
+
* Exit the window `CTRL + B` then `D`
|
| 151 |
+
|
| 152 |
<!---### Using docker
|
| 153 |
|
| 154 |
* Clone the repo and enter into it
|