From 058b7a0f2a132734d8ef16af8ecf2bdc6ddb11a6 Mon Sep 17 00:00:00 2001 From: Lenoctambule <106790775+lenoctambule@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:08:16 +0200 Subject: [PATCH] docs: update readme.md w/ remote install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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