You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tslab install [--python=python3]
By default, tslab is registered with python3 in unix-like system and python in Windows. If Jupyter is installed with a different Python in your system, please specify the python command with --python flag.
I already have Python3 installed and the python.exe is version 3, so there isn't a need to specify the (yes, optional) python command.
This isn't clear in that instruction.
So, after checking python --version, it seems tslab install and no option did install correctly.
Suggested enhancement:
By default, tslab is registered with python3 in unix-like (Linux) systems and python in Windows. On a unix-like (Linux) system, if python3 --version returns a version, there is no need to specify a python version. On Windows, if python --version returns a version, there is no need to specify a python version. The python command may already be a synonym for Python v3. If Jupyter is installed with a different synonym/alias to execute Python in your system, specify the python command with --python flag.
The text was updated successfully, but these errors were encountered:
Install instructions in README:
I already have Python3 installed and the python.exe is version 3, so there isn't a need to specify the (yes, optional) python command.
This isn't clear in that instruction.
So, after checking
python --version
, it seemstslab install
and no option did install correctly.Suggested enhancement:
The text was updated successfully, but these errors were encountered: