Skip to content

Update venv instructions in README #132

@michael-bentz

Description

@michael-bentz

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions