pip and git Package Manager
Python Package Manager:
- python has a large variety library.
- Every library will not be available at once .
- The necessary libraries can be downloaded and imported when it is needed .
- The packages can be downloaded by using "pip" command .
- Command : pip install <package_name>
Pip will be installed in kali built in, if not found it ask to download we can directly download by typing "y" and accept.
- Git is a another package management tool.
- There are lot of tools that can be downloaded from github.
- The requirement to download a package using git is the link to the package.
- It is available in the github.com
- Command : "git clone <package_link>"
- Lets download Osintgram (a instagram tool which is used to access instagram through terminal)
No comments:
Post a Comment