Skip to content

Commit

Permalink
docs(readme): Add instructions for PyPI install
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Aug 2, 2018
1 parent c061f0b commit 30646b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -12,7 +12,17 @@ commands `toml2yaml`, `toml2json`, `yaml2toml`, `yaml2json`. `json2toml` and

You will need Python 2.7 or Python 3.3 or later.

You can install the latest release from PyPI using pip.

```sh
python3 -m pip install remarshal
```

Alternatively, clone the `master` branch to install the development version.

```sh
git clone https://github.com/dbohdan/remarshal
cd remarshal
python3 setup.py install --user
```

Expand Down

0 comments on commit 30646b7

Please sign in to comment.