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 ```