Vector35 / Vector35/binaryninja-api
action to remove a pip package
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
Right now we have the Install python3 module... action which will use the same pip version used the install plugin dependencies from a requirements.txt to install an arbitrary pip specified package/version.
However, these packages are installed in a rather subtle location and it would be great if there was a way to remove packages installed in our magic location without having to go poking on the command-line.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing Install python3 module... action and the plugin dependency installation path. Read the linked user-folder documentation to understand where packages are stored. Done means users can remove packages installed in that location without using the command line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100