-
Notifications
You must be signed in to change notification settings - Fork 115
Install
muellerdo edited this page Apr 21, 2020
·
4 revisions
There are two ways to install MIScnn:
- Install MIScnn from PyPI (recommended):
Note: These installation steps assume that you are on a Linux or Mac environment. If you are on Windows or in a virtual environment without root, you will need to remove sudo to run the commands below.
sudo pip install miscnn
- Alternatively: install MIScnn from the GitHub source:
First, clone MIScnn using git:
git clone https://github.com/frankkramer-lab/MIScnn
Then, cd to the MIScnn folder and run the install command:
cd MIScnn
sudo python setup.py install
Home | Installation | Usage | Examples | Contact
Getting Started
Documentation - Core
Documentation - Interfaces
Documentation - Extras
Other