Skip to content

Commit 925831d

Browse files
authored
Update installation instructions in README. Closes #221 (#222)
* Update readme installation instructions. Closes #221 * Make readme more concise * Remove empty code block
1 parent 74413a4 commit 925831d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@
1010
deepforge extensions add deepforge-dev/deepforge-keras
1111
```
1212

13-
This requires that some additional python dependencies are available on the worker machines (including keras and tensorflow). These can be installed (on the worker machines) with:
13+
This requires that some additional python dependencies are available on the worker machines (including tensorflow). Before starting the worker, be sure to install the conda environment and activate it:
1414
```
15-
pip install -r requirements.txt
15+
conda env create --file environment.worker.yml
16+
conda activate deepforge-keras
1617
```
1718

18-
where `requirements.txt` is the requirements file in the root of this repository.
19+
Similarly, be sure to install the server dependencies and activate the respective conda environment:
20+
```
21+
conda env create --file environment.server.yml
22+
conda activate deepforge-keras-server
23+
```
1924

2025
## Development and Debugging Setup
2126
deepforge-keras is set up and developed just like a standalone webgme app. First, install the deepforge-keras following:

0 commit comments

Comments
 (0)