From 8cf95f64a32b1f7ae125c6c6ae1c35de742fc32a Mon Sep 17 00:00:00 2001 From: JEJodesty Date: Wed, 7 Jul 2021 10:04:56 -0400 Subject: [PATCH 1/5] 0.4.27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2cdf74..e596a861 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ $ pip3 install dist/*.whl ## 3. Connect: Find other cadCAD users at our [Discourse](https://community.cadcad.org/). We are a small but rapidly growing community. -## 4. [Contribute!](CONTRIBUTING.md) +## 4. [Contribute!](CONTRIBUTING.md) \ No newline at end of file From 57a32ac8012ac9aff008491ab65dde5d0abd1684 Mon Sep 17 00:00:00 2001 From: JEJodesty Date: Wed, 7 Jul 2021 10:17:47 -0400 Subject: [PATCH 2/5] 0.4.27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e596a861..2e2cdf74 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ $ pip3 install dist/*.whl ## 3. Connect: Find other cadCAD users at our [Discourse](https://community.cadcad.org/). We are a small but rapidly growing community. -## 4. [Contribute!](CONTRIBUTING.md) \ No newline at end of file +## 4. [Contribute!](CONTRIBUTING.md) From 96488f79863876bd24c974c81d1a6b1da7cd52f4 Mon Sep 17 00:00:00 2001 From: JEJodesty Date: Wed, 7 Jul 2021 10:46:54 -0400 Subject: [PATCH 3/5] 0.4.27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2cdf74..e596a861 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ $ pip3 install dist/*.whl ## 3. Connect: Find other cadCAD users at our [Discourse](https://community.cadcad.org/). We are a small but rapidly growing community. -## 4. [Contribute!](CONTRIBUTING.md) +## 4. [Contribute!](CONTRIBUTING.md) \ No newline at end of file From 04051b4d6e9b897cd5821f28c12d7875f2ecc39d Mon Sep 17 00:00:00 2001 From: JEJodesty Date: Wed, 7 Jul 2021 12:48:29 -0400 Subject: [PATCH 4/5] 0.4.27: updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e596a861..acf6dc08 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,16 @@ $ ## 1. Installation: Requires [>= Python 3.6](https://www.python.org/downloads/) -**Option A: Install Using [pip](https://pypi.org/project/cadCAD/)** +**Option A: Install Using **[pip](https://test.pypi.org/project/cadCAD/0.4.27/)** ```bash -$ pip3 install cadCAD +pip3 install -i https://test.pypi.org/simple/ cadCAD==0.4.27 ``` **Option B:** Build From Source ``` -$ pip3 install -r requirements.txt -$ python3 setup.py sdist bdist_wheel -$ pip3 install dist/*.whl +pip3 install -r requirements.txt +python3 setup.py sdist bdist_wheel +pip3 install dist/*.whl ``` ## 2. Documentation: From 95c91dc5dca0a105db53c894dbee3eef8721d770 Mon Sep 17 00:00:00 2001 From: JEJodesty Date: Wed, 7 Jul 2021 12:52:40 -0400 Subject: [PATCH 5/5] 0.4.27: updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acf6dc08..98309717 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,14 @@ Requires [>= Python 3.6](https://www.python.org/downloads/) **Option A: Install Using **[pip](https://test.pypi.org/project/cadCAD/0.4.27/)** ```bash -pip3 install -i https://test.pypi.org/simple/ cadCAD==0.4.27 +$ pip3 install -i https://test.pypi.org/simple/ cadCAD==0.4.27 ``` **Option B:** Build From Source ``` -pip3 install -r requirements.txt -python3 setup.py sdist bdist_wheel -pip3 install dist/*.whl +$ pip3 install -r requirements.txt +$ python3 setup.py sdist bdist_wheel +$ pip3 install dist/*.whl ``` ## 2. Documentation: