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

Dangling reference to pip install -e . in episode 2.3 #382

Open
sjvrijn opened this issue Oct 1, 2024 · 1 comment
Open

Dangling reference to pip install -e . in episode 2.3 #382

sjvrijn opened this issue Oct 1, 2024 · 1 comment

Comments

@sjvrijn
Copy link
Contributor

sjvrijn commented Oct 1, 2024

In episode 2.3: Continuous Integration for Automated Testing, under the example .github/workflows/main.yml file there is a 'dangling' reference to "use python3 -m pip install -e as before", which is not actually listed anywhere until that point.

Once installed, we can use python3 -m pip install -e . as before to install our own package.

I'm guessing this sentence should just be removed from the paragraph?

@anenadic
Copy link
Collaborator

anenadic commented Oct 1, 2024

Oh, that was probably mentioned before but then removed - we probably need to check if this is still needed and if yes, explain what the command does (otherwise remove that line). @steve-crouch what do you think?

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