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

How do i install hashlib and datetime? #12

Open
Jansoninsaner opened this issue Jun 15, 2021 · 1 comment
Open

How do i install hashlib and datetime? #12

Jansoninsaner opened this issue Jun 15, 2021 · 1 comment

Comments

@Jansoninsaner
Copy link

Please help, I'm a maron when it comes to python, I'd appreciate the help of teaching/showing me how to install hashlib and datetime

@Effanuel
Copy link

Installations of python packages are usually done through pip, you would have to do pip install datetime hashlib to install both packages
Relevant: https://pypi.org/project/DateTime/ https://pypi.org/project/hashlib/

This repo doesn't have one, but a good practise is to put all dependencies in requirements.txt file and then do pip install -r requirements.txt. Your best bet is to install them manually.

Note:

  • I think this repo is outdated and no longer works

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