Skip to content

Commit f7e6aaa

Browse files
incorporate suggestions
1 parent b17817b commit f7e6aaa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,19 @@ Then activate the environment:
4545
conda activate dfpl
4646
```
4747

48+
Now, you can start using deepFPlearn as described in section **Running deepFPlearn**
49+
4850
### Set up DFPL in a python virtual environment
4951

50-
From within the `deepFPlearn` directory call
52+
Clone the `deepFPlearn` repository` on your machine
5153

54+
```shell
55+
git clone [email protected]:yigbt/deepFPlearn.git
5256
```
57+
58+
From within the `deepFPlearn` directory call
59+
60+
```shell
5361
virtualenv -p python3 ENV_PATH
5462
. ENV_PATH/bin/activate
5563
pip install ./

0 commit comments

Comments
 (0)