From 76bdefcda681136bae15e92f8c63df40e89ed267 Mon Sep 17 00:00:00 2001 From: Gochim <54093496+Gochim@users.noreply.github.com> Date: Mon, 21 Oct 2019 13:22:00 +0300 Subject: [PATCH] Fixed wording in contributing.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 647a8b3a6..1becb0b0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Virtual environment will be created in *PyfaEnv* folder. Project will be cloned ## Setting up the project manually -Clone the repo +Clone the repository ``` git clone PyfaDEV ``` @@ -36,7 +36,7 @@ pip install -r PyfaDEV\requirements.txt ``` > For some Linux distributions, you may need to install separate wxPython bindings, such as `python-matplotlib-wx` -Check that libs from *requirements.txt* are installed +Check that the libs from *requirements.txt* are installed ``` pip list ```