Skip to content

Commit 5321915

Browse files
authored
Use pip instead
1 parent 9c576f2 commit 5321915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This list is ever growing thanks to active development and our exceptional contr
5757
Currently, the easiest way to set up the bot is by using Heroku, a container-based cloud platform. Installation via Heroku is done in your web browser and keeps the bot online 24/7 for free. The [**installation guide**](https://github.com/kyb3r/modmail/wiki/Installation) will guide you through the entire installation process. If you run into any problems, join the [development server](https://discord.gg/etJNHCQ) for help and support.
5858

5959
### Locally
60-
Installation locally for development reasons or otherwise is as follows, you will need `python 3.7` and `pipenv`.
60+
Installation locally for development reasons or otherwise is as follows, you will need `python 3.7`.
6161

6262
Clone the repo
6363
```console
@@ -67,13 +67,13 @@ $ cd modmail
6767

6868
Install dependancies
6969
```console
70-
$ pipenv install
70+
$ pip install -r requirements.txt
7171
```
7272

7373
Rename the `config.json.example` to `config.json` and fill out the fields.
7474
And finally, run the bot.
7575
```console
76-
$ pipenv run python3 bot.py
76+
$ python3 bot.py
7777
```
7878

7979
## Contributing

0 commit comments

Comments
 (0)