Skip to content

BDALab/workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workbench

This package provides a workbench full of easy to use handy routines for those with analytical powers. It is developed by the members of Brain Disease Analysis Laboratory. For more information, please contact: Zoltan Galaz [email protected].

Installation

# Clone the repository
git clone https://github.com/BDALab/workbench.git

# Install packaging utils
pip install --upgrade pip
pip install --upgrade virtualenv

# Change directory
cd workbench

# Activate virtual environment
# Linux
# Windows

# Linux
virtualenv .venv
source .venv/bin/activate

# Windows
virtualenv venv
venv\Scripts\activate.bat

# Install dependencies
pip install -r requirements.txt

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Analytical workbench full of magic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages