From the course: gRPC in Python

Setting up

- [Instructor] You should have Python installed on your system. I'm going to use Python 3.10, but anything from 3.8 and above should be fine. You also need an ID integrated development environment. I'm going to work with Visual Studio Code with the Python extension. We are going to use some external Python dependencies. They are listed in the requirements.txt file. You can use the create VM script to create a virtual environment containing all of these dependencies for you. If you're working with Visual Studio Code, don't forget to run from the command palette, Python Select Interpreter, and select the interpreter from the virtual environment. You should also have the GRPC tool installed on your system. You can use either your package manager or install it from the website.

Contents