Installation Details
Linux
Steps assume that python and pip are already installed.
Install dependencies (see sections below)
Run
pip install steam-next
Note
Consider using virtualenv in order to keep you system packages untouched.
Windows
Cygwin
Download cygwin installer from https://cygwin.com/install.html
- During the setup select these additional packages
python3python3-setuptools
- Install pip
Open cygwin terminal
Run
easy_install-3.4 pip
Run
pip install steam-next
Note
Consider using virtualenv in order to keep you system packages untouched.
Note
Installation may take a while as a number of dependencies will be compiled
Native Python
Download & install python 3.9 from https://www.python.org/downloads/windows/
Note
Installing for all users will require administrator rights
Then from
cmdrunpip install steam-next