Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mec-iS authored Mar 13, 2021
1 parent aae321b commit 5dfc6ff
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,13 @@ Demo
-------------
To run a demo for hydrus using the sample API, just do the following:

Clone hydrus:
1. Clone hydrus:
```bash
git clone https://github.com/HTTP-APIs/hydrus
```
Change directory and switch to the develop branch:
```bash
cd hydrus

git checkout -b develop origin/develop
```

Install a [*Python virtual environment*](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) using:
2. Install a [*Python virtual environment*](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) using:
```bash
python3.7 -m venv .venv
```
Expand All @@ -72,7 +67,7 @@ or:
virtualenv -p python3.7 .venv
```

Install hydrus using:
3. Install hydrus using:
```bash
source .venv/bin/activate
pip install -r requirements.txt
Expand All @@ -86,7 +81,7 @@ poetry install
```
This is mostly used to check dependencies conflicts among packages.

After installation is successful, to run the server:
After installation is successful, to *run the server*:
```bash
hydrus serve
```
Expand Down

0 comments on commit 5dfc6ff

Please sign in to comment.