From b610b1b85a9b6b7708762629e33446601133bff8 Mon Sep 17 00:00:00 2001 From: Jan Ernsting Date: Wed, 14 Jul 2021 00:22:32 +0200 Subject: [PATCH] Updated download information --- README.md | 2 +- documentation/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0c6802..8ce3654 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Install ```bash -pip install git+https://github.com/jernsting/useful_layers +pip install useful-layers ``` ## Documentation diff --git a/documentation/docs/index.md b/documentation/docs/index.md index cbf9028..68fb6af 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -11,5 +11,5 @@ The installation should be done using pip. Currently we have not released the first version, so simply install the latest version via github: ```bash -pip install git+https://github.com/jernsting/useful-layers +pip install useful-layers ```