-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db7b24f
commit f1754b9
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,15 @@ College. | |
|
||
## Installation | ||
|
||
Required Commands | ||
1. git clone [email protected]:Allegheny-Ethical-CS/GatorMiner.git | ||
2. cd GatorMiner | ||
3. pip install pipenv -U | ||
4. pipenv install | ||
5. pipenv run python -m spacy download en_core_web_sm | ||
6. pipenv run python -m spacy download en_core_web_md | ||
|
||
|
||
You can clone the repository by running the following command: | ||
|
||
```bash | ||
|