Topological recursion
Project description
topological-recursion is a Python module to compute with topological recursion.
Installation
Prerequisites
Make sure that Python 3 is installed in version 3.8 or later.
Pip installation
To install the module on your system, simply run:
$ pip install topological-recursion
The above command will download the code from [PyPI](https://pypi.org/project/topological-recursion/) and then install on your system.
Editable installation of the development version
Alternatively, if you want to install the development version, you need versioning software git installed. You first need to clone the project:
$ git clone https://gitlab.com/toprec/toprec.git
and then run the installation procedure with:
$ pip install -e toprec/
(the -e option makes an editable installation that avoids to uninstall/install every time you change the files in the library)
### Checking installation
To check whether the installation worked, change repository and try to load the module with:
$ python >>> import topological_recursion
Aknowledgements
ERC ReNewQuantum
License
topological-recursion is distributed under the terms of the GNU General Public License (GPL) published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See http://www.gnu.org/licenses/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for topological-recursion-0.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef861524c4b1d804e6bed3d7dd74f1f8b29f2bb9e0d06557b77455df6f4597d2 |
|
MD5 | 808cdd6ffae1bf82923bc06c21fee3f2 |
|
BLAKE2b-256 | 63ef2972c2aefa4cf899be43a1d25634c7653cc86beef735ab0db24876987ab2 |