Fix typo in documentation

This commit is contained in:
Mark Veidemanis 2022-07-21 13:47:52 +01:00
parent bd857b2346
commit 606e8122a6
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Django app to handle to manage subscriptions to products using Stripe, and imple
## Setting up the environment
Create the virtual environment, enable it, and install the dependencies.
```shell
$ python3 -m venv venv
$ python3 -m venv env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
```