docs
docs copied to clipboard
Update installing-from-source.rst
Adjusting the paths for venv, zsh was wrong, I'm assuming other 2 require similar changes.
| :rocket: | This description was created by Ellipsis for commit a4b5f1646048c5ca3d4a1f6d1351642e217ac942 |
|---|
Summary:
Updated virtual environment activation paths in src/installing-from-source.rst to use the home directory instead of the current directory.
Key points:
- Updated
src/installing-from-source.rstto change virtual environment activation paths. - For bash/zsh users, changed
source ./venv/bin/activatetosource ~/.venv/bin/activate. - For Windows git bash users, changed
source ./venv/Scripts/activatetosource ~/.venv/Scripts/activate. - For fish users, changed
source ./venv/bin/activate.fishtosource ~/.venv/bin/activate.fish.
Generated with :heart: by ellipsis.dev