CarlFK / pici

3 stars 1 forks source link

Add pip + pyserial + tqdm + numpy #13

Closed asinghani closed 5 months ago

asinghani commented 9 months ago

The UART on the FPGA should be passed through to the Pi, would be extremely handy to be able to use Python scripts to talk to it. Having some general convenience packages + pip itself would also be nice for making life easier.

CarlFK commented 9 months ago
+      - python3-full
+      - python3-pip
+      - python3-tqdm
+      - python3-numpy

easy, done.

UART on the FPGA should be passed through to the Pi

Is there something here that needs to happen?

would this help? python3-serial

asinghani commented 9 months ago

UART on the FPGA should be passed through to the Pi

I believe it already is (based on looking at the lsusb), but have not gotten a chance to test it yet. Will report back if there's an issue with it

python3-serial

100% that would be super useful