FURY is a software library for scientific visualization in Python
- Website and Documentation: https://fury.gl
- Mailing list: https://mail.python.org/mailman3/lists/fury.python.org
- Official source code repo: https://github.com/fury-gl/fury.git
- Download releases: https://pypi.org/project/fury/
- Issue tracker: https://github.com/fury-gl/fury/issues
- Free software: 3-clause BSD license
FURY requires:
- Numpy (>=1.7.1)
- Vtk (>=8.1.0)
- Scipy (>=0.9)
pip install fury
Step 1. Get the latest source by cloning this repo:
git clone https://github.com/fury-gl/fury.git
Step 2. Install requirements:
pip install -r requirements/default.txt
Step 3. Install fury via:
pip install .
or:
pip install -e .
Step 4: Enjoy!
For more information, see also installation page on fury.gl
After installation, you can install test suite requirements:
pip install -r requirements/test.txt
And to launch test suite:
pytest -svv fury
We love contributions!
You've discovered a bug or something else you want to change - excellent! Create an issue!
You've worked out a way to fix it – even better! Submit a Pull Request!
Start with the contributing guide!