Fix typo in documentation

modern-tables
Mark Veidemanis 2 years ago
parent bd857b2346
commit 606e8122a6
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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
```

Loading…
Cancel
Save