Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubi authored and Dubi committed Oct 3, 2022
1 parent c3150b7 commit 5724901
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ This script will download the required files and run the model.

Install them with `pip install spacy torch tqdm lxml`

## With Virtual env
If you use virtual env you can directly run these commands:
```bash
cd path/to/chiasmus-detector
python3 -m venv chiasmus_env
source chiasmus_env/bin/activate
pip install -r requirements.txt
bash run.sh
```

## Citation

If you use this implementation in your work, please cite:
Expand Down

0 comments on commit 5724901

Please sign in to comment.