Add 'wheel' to requirements.txt
Open
- Dominant language
- C
- Stars
- 505
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I tried to say "pip3 install -r requirements.txt" on Linux Mint 19.3 x64 but got a "error: invalid command 'bdist_wheel'".
The solution is to say:
```
$ pip3 install wheel
$ pip3 uninstall -r requirements.txt
$ pip3 install -r requirements.txt
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.