Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote for Raspberry Pi users

If you get the error:

Code Block
languagebash
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://www.piwheels.org/simple/teleport-browserless-login/

Comment the

line 

line extra-index-url=https://www.piwheels.org/simple

 from 

 from /etc/pip.conf

Check the module help:

Tip

A shell script is installed along with the package, so all the commands python3 -m teleport.login can be replaced with teleport-login 

...