Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc says install can be done using setup.py, but not in source #123

Open
greenejeremya opened this issue Apr 12, 2024 · 2 comments
Open

Comments

@greenejeremya
Copy link

I would like to be able to "install" offline. So was hoping to use setup.py. But it does not appear to be there.

@dmulyalin
Copy link
Owner

Try

git clone https://github.com/dmulyalin/ttp.git
pip install .

@greenejeremya
Copy link
Author

Hi, thanks for helping... but still seems to be stuck on absence of setup.py.:

172.16.2.51:ttp2$ git clone https://github.com/dmulyalin/ttp.git
Cloning into 'ttp'...
remote: Enumerating objects: 3836, done.
remote: Counting objects: 100% (241/241), done.
remote: Compressing objects: 100% (173/173), done.
remote: Total 3836 (delta 136), reused 117 (delta 57), pack-reused 3595
Receiving objects: 100% (3836/3836), 1.26 MiB | 0 bytes/s, done.
Resolving deltas: 100% (2792/2792), done.
Checking connectivity... done.
172.16.2.51:ttp2$ pip3 install .
Directory '.' is not installable. File 'setup.py' not found.
You are using pip version 8.1.1, however version 24.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
172.16.2.51:ttp2$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants