We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17817b commit f7e6aaaCopy full SHA for f7e6aaa
README.md
@@ -45,11 +45,19 @@ Then activate the environment:
45
conda activate dfpl
46
```
47
48
+Now, you can start using deepFPlearn as described in section **Running deepFPlearn**
49
+
50
### Set up DFPL in a python virtual environment
51
-From within the `deepFPlearn` directory call
52
+Clone the `deepFPlearn` repository` on your machine
53
54
+```shell
55
+git clone [email protected]:yigbt/deepFPlearn.git
56
57
58
+From within the `deepFPlearn` directory call
59
60
61
virtualenv -p python3 ENV_PATH
62
. ENV_PATH/bin/activate
63
pip install ./
0 commit comments