Skip to content

Commit

Permalink
Move requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly authored Jul 29, 2023
1 parent 66dca54 commit 4e81c43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ Welcome to my Django blog app! This app is a fully functional blogging platform
```shell
# first install Python 3.10.x (have not tested newer versions, but they could work)
git clone https://github.com/jsolly/awesome-django-blog.git
python3 -m venv awesome-django-blog/venv
source awesome-django-blog/venv/bin/activate
cd awesome-django-blog
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
python3 -m pip install -r awesome-django-blog/requirements.txt
python3 -m pip install -r requirements.txt
```

## Development
Expand Down

0 comments on commit 4e81c43

Please sign in to comment.