Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Add Custom Library #8

Open
f0xmulder opened this issue Aug 21, 2016 · 2 comments
Open

How To Add Custom Library #8

f0xmulder opened this issue Aug 21, 2016 · 2 comments

Comments

@f0xmulder
Copy link

f0xmulder commented Aug 21, 2016

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

thanks

@joshtriplett
Copy link
Member

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants