Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Update Readme with new virtual environment details
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Aug 11, 2024
1 parent f076d18 commit 95e515a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
cp .env.example .env

pip install virtualenv
virtualenv env
source env/bin/activate
python3 -m venv .env
source .venv/bin/activate

python3 manage.py migrate

Expand Down

0 comments on commit 95e515a

Please sign in to comment.