Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove confusing (myvenv) from pythonanywhere prompt
When you navigate into the project directory at that point of the tutorial in pythonanywhere you actually see something along the lines of: ``` (myvenv) somestuffhere (master)$ ``` I think it's simpler to not have the `(myvenv)` part at all (since it's not needed/relevant in that step) and only have what people need to type in.
- Loading branch information