You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help Charlene to create her repository into a package (remember to commit after each step).
Choose who in your team is writing now! (make sure you've got a fork and a local copy of Charlene's repository)
Add a .gitignore file to the repository to avoid adding artefacts created by python or your text editor. You can use gitignore.io to generate a file for your needs.
Modify the repository directory structure to [make sagittal_average as an installable package][lesssons-package] (don't forget to add empty __init__.py files, but there is no need to add the .md files (yet!)).
Try to install it by running pip install -e . from the command line, in the filesystem location where the setup.py (or setup.cfg) is.
Share your solution as a pull request to Charlene's repository mentioning this issue (by including the text Addresses UCL-COMP0233-22-23/RSE-Classwork#43 in the pull request description), remember to mention your team members too! (with @github_username)
🎉 Congratulations, you've created a Python package! Now, let's see what can be improved about it in the subsequent issues!
Help Charlene to create her repository into a package (remember to commit after each step).
Choose who in your team is writing now! (make sure you've got a fork and a local copy of Charlene's repository)
Add a
.gitignore
file to the repository to avoid adding artefacts created by python or your text editor. You can use gitignore.io to generate a file for your needs.Modify the repository directory structure to [make sagittal_average as an installable package][lesssons-package] (don't forget to add empty
__init__.py
files, but there is no need to add the.md
files (yet!)).Add a
setup.py
file with the information needed or asetup.cfg
with the correct key valuesTry to install it by running
pip install -e .
from the command line, in the filesystem location where thesetup.py
(orsetup.cfg
) is.Share your solution as a pull request to Charlene's repository mentioning this issue (by including the text
Addresses UCL-COMP0233-22-23/RSE-Classwork#43
in the pull request description), remember to mention your team members too! (with@github_username
)🎉 Congratulations, you've created a Python package! Now, let's see what can be improved about it in the subsequent issues!
Sample solution:
UCL-COMP0233-2022-2023/sagittal_average#4
The text was updated successfully, but these errors were encountered: