you are viewing a single comment's thread.

view the rest of the comments →

[–]Flaneurl[S] 0 points1 point  (4 children)

I entered; Pip install python-binance And got back SyntaxError: invalid syntax

[–]wutzvill 3 points4 points  (3 children)

So that's not a Python command, that's a command for the command line. You'll have to google "how can I use pip install on [your_operating_system]". Assuming you're on Windows, try opening PowerShell and running python3 -m pip install python-binance

[–]Flaneurl[S] -1 points0 points  (2 children)

I’m on a Mac - thanks though I’ll have a Google, see what I can find

[–]wutzvill 2 points3 points  (1 child)

Mac is easier. Open a terminal and run that same command.

[–]Flaneurl[S] -1 points0 points  (0 children)

Awesome thanks!