docs: update readme.md w/ remote install
This commit is contained in:
@@ -8,6 +8,11 @@ $ git clone git@github.com:lenoctambule/autoencoder.git
|
|||||||
$ pip install -e autoencoder/
|
$ 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.
|
2. Optionally, run mnist_test.py to see it in action on the MNIST dataset.
|
||||||
```sh
|
```sh
|
||||||
$ cd examples
|
$ cd examples
|
||||||
|
|||||||
Reference in New Issue
Block a user