From 73d19e4563d399f7e06850107fc8a6b5ce65c078 Mon Sep 17 00:00:00 2001 From: Joos Kiener Date: Tue, 30 Mar 2021 15:30:21 +0200 Subject: [PATCH] release 0.1.0 --- README.md | 4 ++-- environment.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f371b7e..74f726c 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ This takes care of all dependencies and is the suggested way to try it out. ##### Existing environment -To install into an existing environment, please ensure the needed requirements are already installed as the install script does not verify them. +To install into an existing environment, please ensure the needed requirements are already installed as the install script does not verify all of them. ```bash -pip install git+https://github.com/kienerj/molecule-slide-generator +pip install molecule-slide-generator ``` ### Features diff --git a/environment.yml b/environment.yml index eb52f80..79f38b2 100644 --- a/environment.yml +++ b/environment.yml @@ -10,4 +10,4 @@ dependencies: - pip - git - pip: - - git+https://github.com/kienerj/molecule-slide-generator.git \ No newline at end of file + - molecule-slide-generator \ No newline at end of file