Skip to content

Commit 5dfc6ff

Browse files
authored
Update README.md
1 parent aae321b commit 5dfc6ff

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,13 @@ Demo
5252
-------------
5353
To run a demo for hydrus using the sample API, just do the following:
5454

55-
Clone hydrus:
55+
1. Clone hydrus:
5656
```bash
5757
git clone https://github.com/HTTP-APIs/hydrus
58-
```
59-
Change directory and switch to the develop branch:
6058
```bash
6159
cd 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
6863
python3.7 -m venv .venv
6964
```
@@ -72,7 +67,7 @@ or:
7267
virtualenv -p python3.7 .venv
7368
```
7469

75-
Install hydrus using:
70+
3. Install hydrus using:
7671
```bash
7772
source .venv/bin/activate
7873
pip install -r requirements.txt
@@ -86,7 +81,7 @@ poetry install
8681
```
8782
This 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
9186
hydrus serve
9287
```

0 commit comments

Comments
 (0)