|
|
@@ -4,11 +4,11 @@ A Discord robot for the Angels Discord written in Python.
|
|
|
## Requirements
|
|
|
1. Clone the git repository
|
|
|
1. Change into the repo directory
|
|
|
-1. `virtualenv --python=python3 .`
|
|
|
+1. `virtualenv --python=python3 .` || `python3 -m venv .`
|
|
|
1. `source bin/activate`
|
|
|
1. `pip3 install -r requirements.txt`
|
|
|
|
|
|
## Run
|
|
|
1. Change into the repo directory
|
|
|
1. `source bin/activate`
|
|
|
-1. `python3 rotbot.py`
|
|
|
+1. `python3 rotbot.py`
|