Skip to main content

Phybers: A Package for Brain Tractography Analysis.

Project description

Overview of Phybers

Phybers is a Python library that shared several tools for cerebral tractography analysis. With the aim of improving its usability, the library has been separated into 4 primary modules: Segmentation, Clustering, Utils and Visualization. To find details about the usage of each module, please refer to the Phybers documentation

Prerequisites for installation

Phybers can be executed on both Windows and Ubuntu platforms. It has been tested on both OS with Python 3.9 and 3.11 versions. For running on Windows, make sure you have Microsoft Visual C++ 14.0 or a later version installed, which can be found at the Visual Studio Website

Installation

To install Phybers, it is recommended to create a Python environment. If you are using Anaconda, follow the instructions below for Windows and Ubuntu, respectively:

  1. Open a terminal and execute the following command to create a new Python environment, where "environment_name" is the name you want for your environment, and "x.x" corresponds to the Python version you wish to use:

conda create -n environment_name python=x.x

  1. To activate the environment, run:

conda activate environment_name

  1. To deactivate the environment when you are finished, run:

conda deactivate

To install the Phybers package, activate the environment and run the following command:

pip install phybers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phybers-1.1.2.tar.gz (591.1 kB view hashes)

Uploaded Source

Built Distributions

phybers-1.1.2-cp39-cp39-win_amd64.whl (924.1 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

phybers-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page