Update Hydrus Network

2025-12-28 09:47:51 -05:00
parent 3c257802d5
commit 0727d668e6

@@ -9,9 +9,18 @@
## INSTALLATION ## INSTALLATION
1. Open shell to Hydrus Network preferred directory **example C:\hydrusnetwork** 1. Open shell to Hydrus Network preferred directory **example C:\hydrusnetwork**
2. send command "git clone https://github.com/hydrusnetwork/hydrus"
3. send command "cd hydrus" <figure>
4. send command "python -m venv .venv" <figcaption>shell</figcaption>
<pre><code class="language-shell">cd C:
git clone https://github.com/hydrusnetwork/hydrus
cd hydrus
python -m venv .venv
</code></pre>
</figure>
3. send command "git clone https://github.com/hydrusnetwork/hydrus"
4. send command "cd hydrus"
5. send command "python -m venv .venv"
`cd C: `cd C:
git clone https://github.com/hydrusnetwork/hydrus git clone https://github.com/hydrusnetwork/hydrus
cd hydrus cd hydrus