mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-23 19:23:51 -05:00
Minor changes to install docs (#2427)
- When creating a venv, use `python3.7` instead of `python3` - Remove unnecessary dependency from pyenv pre-requirements on Debian - Use curl over wget for get-pip on Xenial Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ to keep it in a location which is easy to type out the path to. From now, we'll
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Create your virtual environment with the following command::
|
||||
|
||||
python3 -m venv path/to/venv/
|
||||
python3.7 -m venv path/to/venv/
|
||||
|
||||
And activate it with the following command::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user