diff --git a/README.md b/README.md index aad0186..455b6c6 100644 --- a/README.md +++ b/README.md @@ -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 ```