diff --git a/Hydrus-Network.md b/Hydrus-Network.md index 340f650..8a0d4d9 100644 --- a/Hydrus-Network.md +++ b/Hydrus-Network.md @@ -7,11 +7,16 @@ - [ ] [Hydrus Network Source](https://github.com/hydrusnetwork/hydrus) ## 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" 3. send command "cd hydrus" 4. send command "python -m venv .venv" - +`cd C: +git clone https://github.com/hydrusnetwork/hydrus +cd hydrus +python -m venv .venv +` --------------------------------------------------- 5. Windows 1. send command ".\.venv\Scripts\Activate.ps1"