Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanenguyen authored Dec 12, 2023
1 parent e1bf89e commit ad35dd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Service Difficult Report (SDR) classifier package
:rocket: This is the source code for the SDR Classifier package that classifies potential aviation safety hazards. The work is a collaboration between FAA and Boeing data scientist teams
:rocket: This is the source code for the SDR Classifier package that classifies potential aviation safety hazards from textual data. The work is a collaboration between FAA and Boeing data scientist teams

**Version 0.0.1 out now!**
[Check out the release notes here.](https://github.com/Boeing/sdr-hazards-classification/releases)
Expand All @@ -18,9 +18,10 @@
It is highly recommended to use venv, virtualenv or conda python environments. Read more about creating virtual environments via venv
https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments

## Build the whl file and pip install whl file
## Build and pip install the whl file locally
Run the command in the root folder to create the whl file in the _dist_ folder
```
git clone https://github.com/Boeing/sdr-hazards-classification
python setup.py bdist_wheel
pip install sdr_classifier-0.0.2-py3-none-any.whl
```
Expand Down

0 comments on commit ad35dd0

Please sign in to comment.