Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation with Pip #1

Open
TechWiz-3 opened this issue Oct 13, 2022 · 5 comments
Open

Installation with Pip #1

TechWiz-3 opened this issue Oct 13, 2022 · 5 comments
Labels
good first issue Good for newcomers hackoberfest help wanted Extra attention is needed

Comments

@TechWiz-3
Copy link
Owner

Pygnore can be run offline because it copies the Python.gitignore file in the repo's root directory to the computer's home directory under the name ~/.pygnore.

Pip installation was discontinued because I don't know how to install the Python.gitignore file with the package.

Ideally Pip would automatically add the file to the user's desktop. If this is not possible then the following solution will be acceptable; Pip installs the file automatically and it can be accessed by the pygnore script.

@TechWiz-3 TechWiz-3 added help wanted Extra attention is needed good first issue Good for newcomers hackoberfest labels Oct 13, 2022
@Elvis020
Copy link

Are you suggesting, adding a line in the Makefile to run the Python.gitignore file??
Looks like yo have implemented the solution, correct me if I am wrong. Thanks

@TechWiz-3
Copy link
Owner Author

Nah i mean basically do what the makefile does, through pip and setup.py so users no longer have to use the makefile

@HridayAg0102
Copy link

HridayAg0102 commented Oct 22, 2022

Can't we do something like manually creating a .txt with all the commands of python.gitignore and later change its name via some sort of Shell scripting? (I mean including a .txt file in the package rather than a .gitignore file)

I am not that aware of shell scripts, but this might work 🤔

@TechWiz-3
Copy link
Owner Author

That's kind of what the Makefile does already

@HridayAg0102
Copy link

alright 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hackoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants