File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252-------------
5353To run a demo for hydrus using the sample API, just do the following:
5454
55- Clone hydrus:
55+ 1 . Clone hydrus:
5656``` bash
5757git clone https://github.com/HTTP-APIs/hydrus
58- ```
59- Change directory and switch to the develop branch:
6058` ` ` bash
6159cd hydrus
62-
63- git checkout -b develop origin/develop
6460` ` `
65-
66- Install a [ * Python virtual environment* ] ( https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/ ) using:
61+ 2. Install a [* Python virtual environment* ](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) using:
6762` ` ` bash
6863python3.7 -m venv .venv
6964` ` `
7267virtualenv -p python3.7 .venv
7368` ` `
7469
75- Install hydrus using:
70+ 3. Install hydrus using:
7671` ` ` bash
7772source .venv/bin/activate
7873pip install -r requirements.txt
@@ -86,7 +81,7 @@ poetry install
8681` ` `
8782This is mostly used to check dependencies conflicts among packages.
8883
89- After installation is successful, to run the server:
84+ After installation is successful, to * run the server* :
9085` ` ` bash
9186hydrus serve
9287` ` `
You can’t perform that action at this time.
0 commit comments