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 install #1

Open
abbadmus opened this issue Feb 19, 2022 · 1 comment
Open

how install #1

abbadmus opened this issue Feb 19, 2022 · 1 comment

Comments

@abbadmus
Copy link

hi, I have tried pip install it's not working to use this help pleas.
thanks

@Niweera
Copy link
Owner

Niweera commented Feb 19, 2022

Hi @abbadmus,

Thank you for taking interest in this package. You cannot install CLOCer from pip since I have not published it to pypi. I'll publish this to pypi ASAP. Meanwhile what you can do is,

  1. First clone this repo.
git clone https://github.com/Niweera/CLOCer.git
  1. Copy the clocer directory which is inside the CLOCer directory to your project.

  2. Copy the content from the requirements.txt file to your own requirements.txt file.

  3. Now you can install the requirements.

  4. Then inside your own code,

from clocer import CLOCer

if __name__ == "__main__":
    CLOCer.setup()
    CLOCer.run("https://github.com/Niweera/CLOCer")

add the above code.

  1. That's it.

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