Skip to content

Commit

Permalink
Change Requirements
Browse files Browse the repository at this point in the history
Add requirements.txt
  • Loading branch information
YonLiud committed Apr 23, 2021
1 parent 6783e3d commit a8dcd17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,9 @@ after cloning, you need a token for your discord bot, please follow [this guide]

You will need to install some modules before being able to use the bot!

discord.py
```sh
pip3 install discord.py
```

columnar
```sh
pip3 install columnar
```shell
pip3 install -r requirements.txt
```

mysql
```sh
pip3 install mysql-connector-python-rf
```

### Installing

Now we need to configure the bot!
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mysql-connector-python>=8.0.24
Columnar>=1.3.1
discord.py>=1.7.1
python-dotenv>=0.17.0

0 comments on commit a8dcd17

Please sign in to comment.