Skip to content

NAGlib is a Python library for numerical algebraic geometry.

Notifications You must be signed in to change notification settings

aliddell/python-bertini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bertini

python-bertini is a Python library for numerical algebraic geometry. Mostly, it's just a wrapper around Bertini (sold separately).

Installing python-bertini

Don't install python-bertini. It's not ready yet. If you want something right now, and you're into Julia, you might try Bertini.jl.

If you absolutely must, then clone this repository, cd to the base directory, and run either

$ conda env create -n bertini -f environment.yml # if you have anaconda

or (with your virtualenv activated)

$ pip install -U -r requirements.txt # if you just want to use a virtualenv

Then in either case run

$ pip install -e .

About

NAGlib is a Python library for numerical algebraic geometry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages