biosbits / bits

BIOS Implementation Test Suite
http://biosbits.org/
Other
239 stars 62 forks source link

How To Add Custom Library #8

Open f0xmulder opened 8 years ago

f0xmulder commented 8 years ago

Hello, I want to add a new library for personal use but how to?

thanks

joshtriplett commented 8 years ago

A new Python library?

The easiest way for testing would be to take a BITS USB disk image (not the read-only .iso form, but a modifiable disk created following the README), and add the library you want directly to the Python directory. You could also build BITS from source after placing the library into the python/ directory in the source; that has the advantage of byte-compiling the source to improve performance.

What library did you want to add?

f0xmulder commented 8 years ago

I'm want add mechanize library because i need bootable like-browser client