Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# Trading Projects In Python
<div align="center">

# Simple stock price alarm bot in Python (for Windows)

</div>

## Libraries

```
pip install pandas-datareader
```

```
pip install winotify (for windows)
```

## or

```
pip install -r requirements.txt
```