Skip to content

Commit

Permalink
fix issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
n1d3v authored May 3, 2024
1 parent 12343bb commit 4a3c0f3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,23 @@ The UI is also sort of inspired Windows Live Messenger (long live WLM)
</a>

# Installation
First of all, install the PyQt5 and requests library using
There are 3 different ways to install naticord on Windows, Linux and macOS.
### Windows
```
pip install PyQt5 requests
pip install pyqt5 requests
```
### Linux
```
pip3 install pyqt5 requests
```
### macOS
First install Homebrew (brew.sh). Then in terminal run
```
brew install python
```
Then run
```
pip3 install pyqt5 requests
```
And then just run `naticord.py`
# What's working
Expand Down

0 comments on commit 4a3c0f3

Please sign in to comment.