iranathan / robloxapi

A python module for using the roblox api
MIT License
33 stars 13 forks source link

Question regarding installation on macOS/Linux #15

Closed Jaguar-515 closed 5 years ago

Jaguar-515 commented 5 years ago

I'm not a macOS/Linux user, but I'm just wondering, how would you install this module?

sbhadr commented 5 years ago

Same way you would with windows. However, it may be under pip3 or python3 instead of pip and python.

iranathan commented 5 years ago

Although a lot of people use this lib on windows the lib has been made on a Mac.

Pythonic-Rainbow commented 5 years ago

You can install a development version by https://github.com/iranathan/robloxapi#install-command

You can also install a version that developers pushed to the official Python Package site, which is usually more stable. I think most people should use this:

# *NIX
pip3 install robloxapi
# Windows
pip install robloxapi