Skip to content

Commit 56ff48e

Browse files
authored
Update README.md
1 parent 1f760da commit 56ff48e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dfci/CellBox/master)
2+
13
# Installation
24

35
In pertbio folder run:
@@ -8,17 +10,22 @@ python3.6 setup.py install
810

911
Only python3.6 supported. Anaconda or pipenv is recommended to create python environment
1012

11-
# Quick start
13+
# Quick Start
1214
Now you can test if the installation is successful
1315

1416
```
1517
import pertbio
1618
pertbio.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
```
2330
python scripts/main.py -config=configs/example.cfg.json
2431
```

0 commit comments

Comments
 (0)