Wiki

Clone wiki

Tassel 5 Source / CreatePyCharmProject / CreatePyCharmProject

Setup PyCharm for Python / Kipoi Coding

Anaconda 2019.03 for macOS Installer -> Python 3.7 version

Installs pip, conda, Python 3.7.3

https://www.anaconda.com/distribution

Install Kipoi

https://github.com/kipoi/kipoi

pip install kipoi

Clone Source Repository...

#!bash

// Example - Could be other repository
git clone https://<username>@bitbucket.org/bucklerlab/hackathon2019_kipoi_ml.git

PyCharm Download

https://www.jetbrains.com/pycharm/download

Open PyCharm Project

PyCharm1.png

PyCharm2.png

#!bash

kipoi env install Basset
kipoi env create Basset
conda activate kipoi-Basset

PyCharm3.png

PyCharm4.png

PyCharm5.png

PyCharm6.png

PyCharm7.png

PyCharm8.png

Updated