Skip to content

Commit

Permalink
Update troubleshooting docs with minimal python version (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rensvandeschoot committed Nov 1, 2023
1 parent 17a31be commit e234877
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ The command line returns one of the following messages:
'pip' is not recognized as an internal or external command, operable program or batch file.
First, check if Python is installed with the following command:
First, check if Python is installed by using the following command:

.. code:: bash
python --version
If this doesn't return 3.7 or higher, then Python isn't or not correctly
installed.
If this doesn't return a version number, then Python is either not installed
or not correctly installed


Most likely, the environment variables aren't configured correctly. Follow
the step-by-step installation instruction on the ASReview website (`Windows <https://asreview.ai/download/>`__
Expand Down

0 comments on commit e234877

Please sign in to comment.