From 7e1158243c0d0f1f241ad3c1fbcc66fb4aae1f43 Mon Sep 17 00:00:00 2001 From: Alexander Ding Date: Tue, 14 Apr 2020 20:32:13 -0400 Subject: [PATCH 1/3] Update README.md to include new jupytext 1.3.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1170581..db7866b2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Once this environment is created activate it. You may need to manually install a ```shell pip install sphinx-rtd-theme==0.4.3 -pip install jupytext-1.3.0rc1 +pip install jupytext-1.3.2 ``` and install the `plymi` code base from this repo. Clone the present repository and run: From 5fb30e273858efa982259b70fecc6ca48af1ca72 Mon Sep 17 00:00:00 2001 From: Alex Ding Date: Tue, 14 Apr 2020 20:39:04 -0400 Subject: [PATCH 2/3] Update to 1.4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db7866b2..eb5572da 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Once this environment is created activate it. You may need to manually install a ```shell pip install sphinx-rtd-theme==0.4.3 -pip install jupytext-1.3.2 +pip install jupytext-1.4.2 ``` and install the `plymi` code base from this repo. Clone the present repository and run: From 71c63bdc09f3bec130c551912f900e4dc1d5a43f Mon Sep 17 00:00:00 2001 From: Alex Ding Date: Tue, 14 Apr 2020 20:39:46 -0400 Subject: [PATCH 3/3] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb5572da..d1929075 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Once this environment is created activate it. You may need to manually install a ```shell pip install sphinx-rtd-theme==0.4.3 -pip install jupytext-1.4.2 +pip install jupytext==1.4.2 ``` and install the `plymi` code base from this repo. Clone the present repository and run: