Fix typo in documentation
This commit is contained in:
parent
bd857b2346
commit
606e8122a6
|
@ -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…
Reference in New Issue