I want to use the jsonschema library. I need to use validate function to validate the JSON schema but I can't install the library using pip command due to some restrictions on the server. How can I use the source code of library and implement it in the code?
I can't use this command pip install jsonschema to install the library. Need to use the source code of library.