In the CodeHS IDE you can install libraries via the Python Package Index.
To specify libraries to install, create a file named "requirements.txt". Within that file, write the name of each package on its own line.
Check out this sandbox program as an example.
When you run your program, the libraries will automatically be installed for use in your program!
Still have questions? Contact our team at hello@codehs.com to learn more!