How to get pip working with scyther and local installs
So, you wanna get packages installed with pip, but your network or fire/wall is blocking it? here's how!
First, get ahold of the package you know your program needs. find it on PyPi and download the `.whl` or `.tar.gz` file.
Next, open Powershell, preferrably, and run the following command: `pip install --no-build-isolation --no-index path/to/downloaded/package.whl`
If you get an error about a different missing dependency package, repeat the process for that package, and then run the command again.
The following packages have issues:
| Package | What to do |
|---|---|
| charset | When trying to install, you have to modify the `setup.py` file to remove the visual C++ build tools. |
All Games fuctional.