Update Hydrus Network

2025-12-28 09:46:33 -05:00
parent 72325735be
commit 3c257802d5

@@ -7,11 +7,16 @@
- [ ] [Hydrus Network Source](https://github.com/hydrusnetwork/hydrus) - [ ] [Hydrus Network Source](https://github.com/hydrusnetwork/hydrus)
## INSTALLATION ## INSTALLATION
1. open shell prompt to a good spot for hydrusnetwork i.e. C:\hydrusnetwork
1. Open shell to Hydrus Network preferred directory **example C:\hydrusnetwork**
2. send command "git clone https://github.com/hydrusnetwork/hydrus" 2. send command "git clone https://github.com/hydrusnetwork/hydrus"
3. send command "cd hydrus" 3. send command "cd hydrus"
4. send command "python -m venv .venv" 4. send command "python -m venv .venv"
`cd C:
git clone https://github.com/hydrusnetwork/hydrus
cd hydrus
python -m venv .venv
`
--------------------------------------------------- ---------------------------------------------------
5. Windows 5. Windows
1. send command ".\.venv\Scripts\Activate.ps1" 1. send command ".\.venv\Scripts\Activate.ps1"