# Setting up Python Environment for RPC on Windows/Linux

**URL:** https://forums.openmv.io/t/setting-up-python-environment-for-rpc-on-windows-linux/6157
**Category:** OpenMV Boards
**Created:** [July 26, 2021, 8:32pm UTC](https://forums.openmv.io/t/setting-up-python-environment-for-rpc-on-windows-linux/6157 "2021-07-26T20:32:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![virtualarchitectures](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/virtualarchitectures/32/1723_2.png) [@virtualarchitectures](https://forums.openmv.io/u/virtualarchitectures)
#### Post date: [July 26, 2021, 8:32pm UTC](https://forums.openmv.io/t/setting-up-python-environment-for-rpc-on-windows-linux/6157/1 "2021-07-26T20:32:08Z")

</div>

Hi,

I’m setting up environments on my Windows PC and a Raspberry Pi to interface with the OpenMV cam. I’m aware that I need to install PySerial and PyGame via Pip.

Could you confirm the command to install the RPC library in my Python environments? Can you also confirm the appropriate Python version for those environments?

Apologies if I missed these details in the documentation or GitHub repository.

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [July 27, 2021, 4:27am UTC](https://forums.openmv.io/t/setting-up-python-environment-for-rpc-on-windows-linux/6157/2 "2021-07-27T04:27:22Z")

</div>

There’s no command. It’s a single python file that works with python2 or 3. Just put it in your application folder.
