Skip to content

Commit 99e1c28

Browse files
committed
Update README.md
1 parent 1ab9272 commit 99e1c28

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ To install this programs in separate conda environment ```flic_env```:
4040
conda env create -f flic_env.yml
4141
```
4242

43-
Next install FLIC using pip:
43+
Next activated the created environment:
4444
```bash
45-
pip3 install .
46-
47-
# check FLIC installation
48-
flic --help
45+
conda activate flic_env
4946
```
5047

5148
## Command line options

0 commit comments

Comments
 (0)