You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-trezor/docs/Dockerfile

4 lines
194 B
Docker

FROM debian
RUN apt-get update && apt-get install -y python-pip cython python-dev libusb-1.0-0-dev python-qt4 libudev-dev
RUN pip install sphinx ecdsa protobuf mnemonic hidapi pyserial requests