Skip to content

Commit

Permalink
typo fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Oct 4, 2023
1 parent 3683dcd commit 693b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The file named, `Pipfile` contains a list of dependencies - other Python modules

#### Using venv

If you refuse to use `pipenv` for some reason, you can use the more traditional [venv](https://docs.python.org/3/library/venv.html) instead. The ability to make virtual environments with`venv` comes included with standard Python distributions.
If you refuse to use `pipenv` for some reason, you can use the more traditional [venv](https://docs.python.org/3/library/venv.html) instead. The ability to make virtual environments with `venv` comes included with standard Python distributions.

This command creates a new virtual environment with the name `.venv`:

Expand Down

0 comments on commit 693b4f7

Please sign in to comment.