Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

mention git in readme dependencies #123

Open
veruu opened this issue May 10, 2018 · 2 comments
Open

mention git in readme dependencies #123

veruu opened this issue May 10, 2018 · 2 comments
Labels
good first issue Good for newcomers

Comments

@veruu
Copy link
Contributor

veruu commented May 10, 2018

Since we mention python2 there, it would be a good idea to add git on the line. If someone tries to get skt working on a clean install, only by following the readme, they'd run into errors as they try to install skt from git since it's usually not installed on a bare system.

@veruu veruu added the good first issue Good for newcomers label May 10, 2018
@veruu veruu changed the title mention git in readme prerequisities mention git in readme dependencies May 10, 2018
@hengdinx
Copy link

hengdinx commented Aug 6, 2019

@veruu I followed the README.md document to try to install skt on my Fedora25 server via pip, no error was found while installing, but "skt" command is not available after installation.

I also tried to run "python3 setup.py build/install" to install skt, but that make no differnce.

Is there anything I can do to make skt work?

@veruu
Copy link
Contributor Author

veruu commented Aug 6, 2019

Hi @hengdinx ! A wild guess would be that pip is pointing to python2 on Fedora 25 and you have to use pip3 instead, or that the command is installed in a directory you don't have in $PATH. But without more info (python versions, pip version, exact commands and outputs etc.) I can't help you. Please open a different issue as your problem is unrelated to this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants