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

How to install #1

Open
danibene opened this issue Jun 4, 2023 · 1 comment
Open

How to install #1

danibene opened this issue Jun 4, 2023 · 1 comment

Comments

@danibene
Copy link

danibene commented Jun 4, 2023

Hi! Thank you very much for developing this and making it available. I had a question concerning the installation instructions in the README:

docs2stubs/README.md

Lines 6 to 10 in 9d238f1

See CONTRIBUTING.md for build instructions, or install from PyPI with:
```
python -m pip install docs2stubs
```

When trying to run the command, I got the following error:

python -m pip install docs2stubs

ERROR: Could not find a version that satisfies the requirement docs2stubs (from versions: none)
ERROR: No matching distribution found for docs2stubs

I also wasn't able to find the project on https://pypi.org/ searching docs2stubs. Do you have any suggestions on how to proceed with the installation?

@lagru
Copy link
Contributor

lagru commented Jan 12, 2024

Hey @danibene, I've had the same experience. You can try to install it from source by cloning this repository and building it yourself:

git clone https://github.com/gramster/docs2stubs.git
cd docs2stubs
# Add missing dependencies (see below)
pip install flit
flit install

For flit to succeed you need to add a few missing dependencies, see #2.

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