I want to import a python module I have off of Github, but I want it to be portable, I.E. available to use on a memory stick, and I want to have it so I don't have to install the module through CMD on every machine I want it to run on.
I've seen Import python package from local directory into interpreter, but none of the answers worked for me, as I don't have a specific file to target, it's a directory I want to import. The module I want to import is (https://github.com/ricmoo/pyaes)