Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Added 'python' before 'cliner predict' to fix the 'command not found' issue.
  • Loading branch information
shuvoxcd01 authored Jul 21, 2020
1 parent 70fd8e5 commit 56758cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Verifying Installation

$ mv silver.crf models/silver.crf

$ cliner predict --txt data/examples/ex_doc.txt --out data/predictions --model models/silver.crf --format i2b2
$ python cliner predict --txt data/examples/ex_doc.txt --out data/predictions --model models/silver.crf --format i2b2

If you *do not* run into build errors, then your installation is complete.

Expand Down

0 comments on commit 56758cd

Please sign in to comment.