From 606e8122a68fc85f1633c6fe55485ea691c65217 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:47:52 +0100 Subject: [PATCH] Fix typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```