You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes project root `requirements.txt` that was previously used for
heroku deploys and fixes doc_macro not recognizing python versions
without a patch number
Copy file name to clipboardExpand all lines: docs/setup/deployment/development/stand-alone.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,9 @@ If you want other commands to use it you need to run this command to activate it
100
100
source .venv/bin/activate
101
101
```
102
102
103
+
!!! info
104
+
While not recommended, pip can still be used to setup your Hypha environment. Just run ```python3 -m pip install -r requirements/<environment>.txt```
105
+
103
106
### Installing Node Version Manager
104
107
105
108
NodeJS versions have potential to change. To allow for ease of upgrading, it is recommended to use [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm).
0 commit comments