Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Jun 5, 2024
1 parent fc5d181 commit cbea99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ A command-line interface for the Sentieon software
Create a new python virtual environment for the project, if needed:
```
# Create a new venv, if needed
python3 -m venv /path/to/new/virtal/environment/sentieon_cli
python3 -m venv /path/to/new/virtual/environment/sentieon_cli
# Activate the venv
source /path/to/new/virtal/environment/sentieon_cli/bin/activate
source /path/to/new/virtual/environment/sentieon_cli/bin/activate
```

`sentieon-cli` uses [poetry](https://pypi.org/project/poetry/) for packaging and dependency management. Initially, you will need to install poetry:
Expand Down

0 comments on commit cbea99b

Please sign in to comment.