From d5cdb926b2f9f8afd0c5764c45d9b7e9b7431c70 Mon Sep 17 00:00:00 2001 From: Nikolay Ivanov <simply_nicky@nikolays-mbp.localdomain> Date: Mon, 30 Nov 2020 23:44:57 +0100 Subject: [PATCH] README updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc35e6f..baa448c 100755 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ The documentation can be found on [Read the Docs](https://robust-speckle-trackin - [SciPy](https://scipy.org) 1.5.2 or later. ## Installation -We recommend **not** building from source, but install the release from [pypi](https://test.pypi.org/project/rst/) +We recommend **not** building from source, but install the release from [pypi](https://pypi.org/project/pyrost/) with the pip package installer: pip install pyrost -Pre-build binary wheels for OS X are available in [pypi](https://test.pypi.org/project/rst/) as for now. +Pre-build binary wheels for OS X are available in [pypi](https://pypi.org/project/pyrost/) as for now. ## Installation from source In order to build the package from source simply execute the following command: -- GitLab