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? #8

Open
Arridian opened this issue Jun 7, 2021 · 1 comment
Open

How to install? #8

Arridian opened this issue Jun 7, 2021 · 1 comment

Comments

@Arridian
Copy link

Arridian commented Jun 7, 2021

I know this is a dumb question, but I can't find the answer anywhere on google. How do I install this? I have poetry and python installed, I downloaded the file, extracted it to C:\Users\My_Name\ and I ran poetry install. It just returns this:
RuntimeError Poetry could not find a pyproject.toml file in C:\Users\blais or its parents at .poetry\lib\poetry\_vendor\py3.9\poetry\core\factory.py:369 in locate 365│ if poetry_file.exists(): 366│ return poetry_file 367│ 368│ else: → 369│ raise RuntimeError( 370│ "Poetry could not find a pyproject.toml file in {} or its parents".format( 371│ cwd 372│ ) 373│ )

What am I doing wrong? How am I supposed to install this?

@ErikBjare
Copy link
Member

As the error message indicates, you're running poetry install from the wrong folder.

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