Commit 56ff48e 1 parent 1f760da commit 56ff48e Copy full SHA for 56ff48e
File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed 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
+
1
3
# Installation
2
4
3
5
In pertbio folder run:
@@ -8,17 +10,22 @@ python3.6 setup.py install
8
10
9
11
Only python3.6 supported. Anaconda or pipenv is recommended to create python environment
10
12
11
- # Quick start
13
+ # Quick Start
12
14
Now you can test if the installation is successful
13
15
14
16
```
15
17
import pertbio
16
18
pertbio.VERSION
17
19
```
18
20
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
+
22
29
```
23
30
python scripts/main.py -config=configs/example.cfg.json
24
31
```
You can’t perform that action at this time.
0 commit comments