codezoned / codezoned/pipinstall

Features to be added

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Hacktoberfest help wanted
Dominant language
Python
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

More features to be added:

1. Install libraries on a different python environment:-
If an user uses multiple python virtual environments, they can set the path at the beginning of the function call.
For example.
pipinstall --venv PATH_TO_VENV domain_name

2. Ignore dependencies that you don't want to use.
For example.
pipinstall WebDev --ignore flask
It will ignore the Flask library when downloading the dependencies for web development

3. Download other user's dependencies for a project.
An user can make a file and post it under their username. Any other user who wants to use those dependencies can install them with :-
pipinstall --user username
If the user has posted multiple dependencies, they can add another string :-
pipinstall --user username dependency_name

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.