docs(readme): upd dev version install instructions

This commit is contained in:
D. Bohdan 2020-06-02 20:39:00 +00:00
parent 62333dcaad
commit db99504a0c
1 changed files with 4 additions and 2 deletions

View File

@ -25,15 +25,17 @@ may work but are not supported.
You can install the latest release from PyPI using pip. You can install the latest release from PyPI using pip.
```sh ```sh
python3 -m pip install remarshal --user python3 -m pip install --user remarshal
``` ```
Alternatively, clone the `master` branch to install the development version. Alternatively, clone the `master` branch to install the development version.
Install [Poetry](https://github.com/python-poetry/poetry) then run
```sh ```sh
git clone https://github.com/dbohdan/remarshal git clone https://github.com/dbohdan/remarshal
cd remarshal cd remarshal
python3 setup.py install --user poetry build
python3 -m pip install --user dist/remarshal-0.??.?-py2.py3-none-any.whl
``` ```
## Usage ## Usage