Skip to content

Commit

Permalink
Fix line code block in Get started section
Browse files Browse the repository at this point in the history
  • Loading branch information
hendzeld committed Dec 17, 2023
1 parent 42950df commit f21bcb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ We assume you are familiar with GIT source control system.
$ cd pymchelper
$ git checkout -b feature/issue_number-name_of_your_bugfix_or_feature

4. Create a dedicated virtual enviroment in `venv` directory for installation of python packages:
4. Create a dedicated virtual enviroment in `venv` directory for installation of python packages::

$ python -m venv venv
$ source ./venv/bin/activate.sh
$ pip install -r requirements.txt
$ pip install -r requirements.txt

5. Make local changes to fix the bug or to implement a feature.

Expand Down

0 comments on commit f21bcb3

Please sign in to comment.