docs: update readme.md w/ remote install

This commit is contained in:
Lenoctambule
2026-04-08 19:08:16 +02:00
parent d048ddc6db
commit 058b7a0f2a

View File

@@ -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