Hello everyone!
I am excited to announce that I have successfully completed the JSON parsing for deadlock. Provided that the libraries follow the same API response standards and file management.
Speaking of file management, I got to know and understand the whl
extension which is just a simple zip archive that can be installed in site-packages
folder of python installation.
All this I'll have to configure in the deadlock while figuring out a way to create a whole new virtual environment.
Right now I am thinking of creating a virtual environment feature as more of a secondary feature. I think I can get away with running just python -m venv .venv
command in the user's terminal. But then I think why did I came all this ay configuring cURL, parsing JSON and then extract the packages when I can just run pip install
in the terminal too.
Let me know what you think by commenting below 👇
Till then bye, bye 🫡
Top comments (0)