Skip to content

Commit

Permalink
Drop windows requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 28, 2024
1 parent d1269d8 commit d0373ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,26 +116,3 @@ Perform next steps inside source directory of the analyzer.
```bash
/analyzer-train/bin/uwsgi --ini res/analyzer-train.ini
```

### For Windows:
1. Create a virtual environment with any name (in the example **env**)
```
python -m venv env
```
2. Activate the virtual environment
```
call env\Scripts\activate.bat
```
3. Install python libraries
```
python -m pip install -r requirements_windows.txt
```
4. Install stopwords package from the nltk library
```
python -m nltk.downloader stopwords
```
5. Start the program.
```
python app/app.py
```

21 changes: 0 additions & 21 deletions requirements_windows.txt

This file was deleted.

0 comments on commit d0373ff

Please sign in to comment.