diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5132c16e..9027c7495 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Requirements -- Python 3.6 +- Python 3.7 - Git CLI installed - Python, pip and git are all available as command-line commands (add to the path if needed) @@ -41,13 +41,18 @@ Check that the libs from *requirements.txt* are installed pip list ``` +Build translations and database: +``` +python scripts\compile_lang.py +python db_update.py +``` + Test that the project is starting properly ``` python PyfaDEV\pyfa.py ``` - ## Setting up the project with PyCharm/IntelliJ Install PyCharm / Other IntelliJ product with Python plugin @@ -99,4 +104,4 @@ python -m pytest py.test ``` -More information on tests can be found on appropriate [Wiki page](https://github.com/pyfa-org/Pyfa/wiki/Developers:-Writing-Tests-for-Pyfa). \ No newline at end of file +More information on tests can be found on appropriate [Wiki page](https://github.com/pyfa-org/Pyfa/wiki/Developers:-Writing-Tests-for-Pyfa).