Update Hydrus Network
@@ -9,9 +9,18 @@
|
||||
## INSTALLATION
|
||||
|
||||
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"
|
||||
4. send command "python -m venv .venv"
|
||||
|
||||
<figure>
|
||||
<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:
|
||||
git clone https://github.com/hydrusnetwork/hydrus
|
||||
cd hydrus
|
||||
|
||||
Reference in New Issue
Block a user