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

Fix mistake in README.md re install #68

Merged
merged 3 commits into from
Jul 21, 2023
Merged

Fix mistake in README.md re install #68

merged 3 commits into from
Jul 21, 2023

Conversation

dorchard
Copy link
Collaborator

I have also added an explanation of how to use the venv python module instead of virtualenv as an alternative.

Copy link
Collaborator

@MarionBWeinzierl MarionBWeinzierl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


To avoid any conflicts with local packages, we recommend using a virtual
environment. In the root directory:

virtualenv venv
source venv/bin/activate

Alternatively, if you are using python to manage virtual environments using the `venv` module, then the first line above can be replaced by `python -m venv venv` (where the second `venv` is the virtual environment name).

See [virtualenv docs](https://virtualenv.pypa.io/en/latest/) for more details.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line could be moved above the sentence before, but not critical

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point!

@dorchard dorchard merged commit ef0c1c5 into main Jul 21, 2023
4 of 6 checks passed
@dorchard dorchard deleted the dorchard-patch-1 branch October 17, 2023 12:27
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

Successfully merging this pull request may close these issues.

2 participants