Skip to content

Commit

Permalink
Changed README to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhariri committed Sep 11, 2023
1 parent c853dfb commit 6cc9612
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
@@ -1,8 +1,8 @@
## Develop

```
pyenv virtualenv 3.11.0 dhariri.com
pyenv activate dhariri.com
pyenv virtualenv 3.11.0 site
pyenv activate site
pip install -r requirements.txt
pip install -r requirements-dev.txt
make run
Expand Down

0 comments on commit 6cc9612

Please sign in to comment.