Python library

Here is some info about how to download robocadSim Python library. I am going to use PyCharm 2020.

First way:

  1. Open Your project in PyChram -> click on File -> Settings

../../../../_images/first_step_py.png
  1. Click on Project: Python -> Project Interpreter -> Install (Plus button)

../../../../_images/second_step_py.png
  1. Write robocadSimPy in Search Line -> select robocadSimPy -> click Install Package

../../../../_images/third_step_py.png
  1. Now You can use robocadSim Python library in Your project!

Second way:

  1. Win + R -> write cmd here -> press Enter

../../../../_images/fourth_step_py.jpg
  1. Write here pip install robocadSimPy or pip3 install robocadSimPy -> press Enter

../../../../_images/sixth_step_py.jpg ../../../../_images/fifth_step_py.jpg
  1. Now You can use robocadSim Python library in Your project!