Remove venv setup

This commit is contained in:
emisargent 2023-02-10 21:24:49 +00:00
parent 6f14ad76ce
commit 8f6eab7879
2 changed files with 1 additions and 7 deletions

View file

@ -2,8 +2,6 @@
🛠️ Your environment is setup with all the required dependencies and your fork has been added as a remote.
📝 Wait for the "postCreateCommand" to finish setting things up.
🚀 To start coding:
🚀 To start coding, wait for the "postCreateCommand" to finish setting things up, then:
- run `. .venv/bin/activate` to activate your virtualenv
- run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix