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

Install Error #282

Closed
kobzar opened this issue Oct 7, 2023 · 4 comments
Closed

Install Error #282

kobzar opened this issue Oct 7, 2023 · 4 comments

Comments

@kobzar
Copy link

kobzar commented Oct 7, 2023

How to install this pkg manualy?
On the documentation i found
"Clone this repo and run "

python setup.py install

But this repo doesnt contans setup.py file

@elParaguayo
Copy link
Owner

Ah, yes. Need to update the docs!

You can do pip install --user . or, with the build and installer modules do:

python -m build --wheel
python -m installer dist/*.whl

@elParaguayo
Copy link
Owner

Is this working for you now?

@kobzar
Copy link
Author

kobzar commented Oct 16, 2023

I dont know. This is a worse method for me to install modules.
So, i jusct copy the battery.py file in my extrax local dir (.config/qtile/eaxtras) impotd and use it.
All fine.Thanks

@kobzar kobzar closed this as completed Oct 16, 2023
@elParaguayo
Copy link
Owner

Yes. I understand about installing extra modules.

I'll try to get this onto pypi with the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants