File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/dfci/CellBox/master )
2+
13# Installation
24
35In pertbio folder run:
@@ -8,17 +10,22 @@ python3.6 setup.py install
810
911Only python3.6 supported. Anaconda or pipenv is recommended to create python environment
1012
11- # Quick start
13+ # Quick Start
1214Now you can test if the installation is successful
1315
1416```
1517import pertbio
1618pertbio.VERSION
1719```
1820
19- To quickly start an example model training, use Binder
20- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/dfci/CellBox/master )
21- New dropdown -> Terminal
21+ ## Quick Start with Binder
22+
23+ Easily try PertBio online with Binder
24+
25+ 1 . Go to: https://mybinder.org/v2/gh/dfci/CellBox/master
26+ 2 . From the New dropdown, click Terminal
27+ 3 . Run the following command:
28+
2229```
2330python scripts/main.py -config=configs/example.cfg.json
2431```
You can’t perform that action at this time.
0 commit comments