Skip to content

Commit

Permalink
Merge pull request #183 from university-of-york/bugfix/quickFixes
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nd996 authored Feb 6, 2024
2 parents 03e7936 + 4a817c9 commit 1360542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/using_viking/virtual_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Quickstart
$ python3 -m pip install package1 package2 package3
First we create a new directory with ``mkdir new_project`` to house our project and run ``cd new_project`` to change into that directory. Next we create the ``venv`` virtual environment and tell it to store the files in a folder called ``.venv`` with the ``python3 -m venv .venv`` command. The directory called ``.venv`` can be name anything you like, it doesn't have to be ``.venv``.
First we create a new directory with ``mkdir new_project`` to house our project and run ``cd new_project`` to change into that directory. Next we create the ``venv`` virtual environment and tell it to store the files in a folder called ``.venv`` with the ``python3 -m venv .venv`` command. The directory called ``.venv`` can be named anything you like, it doesn't have to be ``.venv``.

.. admonition:: Info

Expand Down

0 comments on commit 1360542

Please sign in to comment.