Skip to content

Commit

Permalink
fix minor readme and setup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorspreadbury committed Apr 20, 2021
1 parent 34d35f9 commit fa14e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ There are multiple ways to use EXSCLAIM. If you wish to develop or modify the so
#### Pip
To install the latest stable release:
```
pip install --extra-index-url https://test.pypi.org/simple/ exsclaim-materialeyes
pip install exsclaim
python -m spacy download en_core_web_sm
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Image Processing"
"Topic :: Scientific/Engineering :: Image Processing",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit fa14e00

Please sign in to comment.