diff --git a/README.md b/README.md index edbb0e6..9e75be6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ $ git clone git@github.com:lenoctambule/autoencoder.git $ pip install -e autoencoder/ ``` +Or install from PyPI : +```sh +$ pip install easyvae +``` + 2. Optionally, run mnist_test.py to see it in action on the MNIST dataset. ```sh $ cd examples