Update Hydrus Network
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user