From 2ba75a418959004765052c79bf61aa4bc27863e9 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 9 Oct 2019 00:00:24 -0700 Subject: [PATCH] branch name changes to --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5ce9a8..fccc717 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ those included in [MAGMA](http://icl.cs.utk.edu/magma/index.html). Your solver will need the ability to solve complex symmetric (non-Hermitian) linear systems, ideally with double precision. -- [WORKING Source repository](https://mpxd.net/code/jan/fdfd_tools/src/branch/ongoing) +- [WORKING Source repository](https://mpxd.net/code/jan/fdfd_tools/src/branch/wip) - *TODO* [Source repository](https://mpxd.net/code/jan/meanas) - PyPI *TBD* @@ -77,7 +77,7 @@ virtualenv -p python3.7 venv In-place development install: ```bash # Download using git -git clone --branch ongoing https://mpxd.net/code/jan/fdfd_tools.git meanas/ +git clone --branch wip https://mpxd.net/code/jan/fdfd_tools.git meanas/ # NOTE: In the future this will become #git clone https://mpxd.net/code/jan/meanas.git