Search found 2 matches

by doudz
Thu Mar 31, 2016 7:23 pm
Forum: ESP8266 boards
Topic: using package
Replies: 0
Views: 2564

using package

Hi,

I think I know the answer but just to be sure, currently is it possible to include a pure python package (a folder with __init__.py, etc) somewhere in order to use it from boot.py ? (I'm using ESP8266-01)
by doudz
Fri Mar 25, 2016 10:32 am
Forum: Programs, Libraries and Tools
Topic: upip - Self-hosted package manager
Replies: 28
Views: 161129

Re: upip - Self-hosted package manager

Hi ! I tried upip and it works like a charm, but I'm not sure I can use it to add libs in order to add them in my ESP8266. So the question is : I would like to add a lib to my ESP8266 firmware (micropython-socket for example), could I use upip ? (and how ?) or should I put it in the "scripts" sub di...