Skip to content

Commit

Permalink
Update README.md (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovaday authored Apr 19, 2023
1 parent fe4649f commit 47c274f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ python manage.py runserver

**On Linux**
```bash
python -m venv virt_env
./virt_env/bin/activate
python3 -m venv virt_env
source ./virt_env/bin/activate
pip install -r requirements.txt
python manage.py runserver
```
python3 manage.py runserver
```

1 comment on commit 47c274f

@vercel
Copy link

@vercel vercel bot commented on 47c274f Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

planner-ai – ./

planner-ai.vercel.app
planner-ai-ovaday.vercel.app
planner-ai-git-main-ovaday.vercel.app

Please sign in to comment.