Skip to content
Prev Previous commit
Next Next commit
Prepare release to PyPi
  • Loading branch information
Mec-iS committed Mar 13, 2021
commit 30e6053d0c1bd8b21f27a6247fe300fea9d125cd
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ To run a demo for hydrus using the sample API, just do the following:
1. Clone hydrus:
```bash
git clone https://github.com/HTTP-APIs/hydrus
```bash
cd hydrus
```

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 @@ -68,7 +66,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 @@ -80,9 +78,9 @@ NOTE: there is an alternative way to install dependencies with `poetry`:
pip3 install poetry
poetry install
```
This is mostly used to check dependencies conflicts among packages.
This is mostly used to check dependencies conflicts among packages and to release to `PyPi`.

After installation is successful, to run the server:
After installation is successful, to *run the server*:
```bash
hydrus serve
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hydrus"
version = "0.3.1"
version = "0.4.0"
description = "Hydra Ecosystem Flagship Server. Deploy REST data for Web 3.0"
authors = ["Hydra Ecosystem"]
license = "MIT License"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.