From fa14e00d9ce0fba7114a90db6c7060c6ad9fdf76 Mon Sep 17 00:00:00 2001 From: Trevor Spreadbury Date: Mon, 19 Apr 2021 19:36:33 -0500 Subject: [PATCH] fix minor readme and setup errors --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6388c54..fd1793d 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/setup.py b/setup.py index 9fe35df..e7ef521 100644 --- a/setup.py +++ b/setup.py @@ -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",