-
Notifications
You must be signed in to change notification settings - Fork 9
Changed development environment setup procedure #156
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
Conversation
@John-Ragland , this is ready to merge |
Redundant
Closes #155 |
Closes #154 |
I don't see a step to install the dev requirements... should there be one? |
@lsetiawan I am unsure about this, I thought If i am wrong, are you aware of what command would install the dev requirements? Would a |
Yeah, |
Ditto. Also, the extra dependencies are not only specific to hatch. It can also be used with setuptools which is your current build frontend. It's simply just a way to install packages in addition to your default packages. This way say you have a listing for 'development' packages, you can then install by doing 'pip install -e "ooipy[development]"'. This tells pip to install packages for development as well. Without specifying the brackets, it's installing the minimal requirement. Makes sense? |
Thanks @lsetiawan , that helps! |
1. develop OOIPY -> install OOIPY 2. init.py -> __init__.py 3. dev-requirements.txt installation added in.
@John-Ragland , made all the changes, plz check and merge if it seems good! |
Don's process added in using pip install -e ooipy.