sinaatalay / rendercv

The engine of the RenderCV App
http://rendercv.com
MIT License
1.83k stars 126 forks source link

[DEV] no matches found: .[docs,tests,dev] error #84

Closed 1993CRV closed 3 months ago

1993CRV commented 4 months ago

Describe the bug

Python 3.12.3 installed pip 24.0 installed macOS Sonoma 14.5

Developer Guide -> Getting Started section -> Step 6. Install the dependencies.:

After entering pip install --editable .[docs,tests,dev],

I received this error message: zsh: no matches found: .[docs,tests,dev]

To Reproduce

git clone --recursive https://github.com/sinaatalay/rendercv.git cd rendercv python -m venv .venv source .venv/bin/activate pip install --editable .[docs,tests,dev]

Screenshots

image
sinaatalay commented 4 months ago

Are you sure that your current working directory (check with pwd) is the repository's root?

1993CRV commented 4 months ago

Are you sure that your current working directory (check with pwd) is the repository's root?

Yes. Were you able to reproduce the bug?

sinaatalay commented 3 months ago

Could you try pip install --editable ".[docs,tests,dev]"?

1993CRV commented 3 months ago

pip install ".[docs,tests,dev]"

Here's the output.

Screenshot 2024-06-11 at 12 08 48 PM

sinaatalay commented 3 months ago

Did it work?

1993CRV commented 3 months ago

Did it work?

Define what you mean by "work". This is the final step in the [Developer Guide's Getting Started section] and I'm unsure of how to test whether or not it "worked".

sinaatalay commented 3 months ago

It works if it says "Successfully installed" and then lists a bunch of packages with their versions.

1993CRV commented 3 months ago

It works if it says "Successfully installed" and then lists a bunch of packages with their versions.

It seems to have worked. Did you test this on your end as well?

sinaatalay commented 3 months ago

Okay, thank you! I will update the documentation.