Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0n1udra authored Dec 20, 2021
1 parent 9bd8478 commit 57c0135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
## Using Virtualenv or venv:
Create Python Virtualenvt:
```bash
python venv ~/pyenvs/slime_bot
python venv ~/pyenvs/slime_server
```
or
```bash
virtualenv ~/pyenvs/slime_bot
virtualenv ~/pyenvs/slime_server

```
Activate new Python Virtualenv:
```bash
source ~/pyenvs/slime_bot/bin/activate
source ~/pyenvs/slime_server/bin/activate
```
Install required Python modules:
```bash
Expand Down

0 comments on commit 57c0135

Please sign in to comment.