Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Jul 9, 2018
1 parent 13fd56d commit 9361d3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,17 @@ image, mask, whatever_data, additional = augmented["image"], augmented["mask"],
See `example.ipynb`

## Installation
You can use pip to install the latest version from GitHub:
You can use pip to install albumentations:
```
pip install albumentations
```

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub:
```
pip install -U git+https://github.com/albu/albumentations
```


## Documentation
The full documentation is available at [albumentations.readthedocs.io](https://albumentations.readthedocs.io/en/latest/).

Expand Down
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ Project info

Installation
------------
You can use **pip** to install the latest version from GitHub:
You can use pip to install albumentations:

::

pip install albumentations

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub:

::

Expand Down

0 comments on commit 9361d3a

Please sign in to comment.