Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 632 Bytes

step-prerequisites.md

File metadata and controls

24 lines (21 loc) · 632 Bytes

Software Requirements

You must have this installed on your computer:

or

python3 --version
  • Pip, which we use to install Python libraries. Pip should be bundled with the Python installation. Verify this by executing this command in a terminal/console:
    pip --version
    

or

pip3 --version

You can develop a bot without Pip but you have to skip Step 1

  • Any IDE with Python support, for example the community edition of PyCharm.

Back to index