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

Update venv instructions in README #132

Open
michael-bentz opened this issue Jan 5, 2023 · 0 comments
Open

Update venv instructions in README #132

michael-bentz opened this issue Jan 5, 2023 · 0 comments

Comments

@michael-bentz
Copy link
Contributor

venv does not follow standard naming conventions for python virtual environments. Under Quickstart the instructions should be updated to change python3 -mvenv venv to be python3 -m venv .venv.

$ git clone https://github.com/ctsit/nacculator.git nacculator
$ cd nacculator
$ python3 -mvenv venv
$ source venv/bin/activate
$ pip install -e .
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

1 participant