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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Try to install it by running pip install -e . where the setup.py is.
Go to a different directory, run python -c "import sagital_average" and see whether the installation worked.
Share your solution as a pull request to Charlene's repository mentioning this issue (by including the text Addresses UCL-RITS/rse-classwork-2020#144 in the pull request description), remember to mention your team members too! (with @github_username)
The text was updated successfully, but these errors were encountered:
Help Charlene to have a command she can run from anywhere adding an entry point.
Choose who in your team is sharing now! (make sure you've pulled from your colleague's fork!)
Move the
if __name__ == "__main__":
block to its own file (e.g.,command.py
) and add it as entry point tosetup.py
Add the dependencies of this library as requirements to
setup.py
.Try to install it by running
pip install -e .
where thesetup.py
is.Go to a different directory, run
python -c "import sagital_average"
and see whether the installation worked.Share your solution as a pull request to Charlene's repository mentioning this issue (by including the text
Addresses UCL-RITS/rse-classwork-2020#144
in the pull request description), remember to mention your team members too! (with@github_username
)The text was updated successfully, but these errors were encountered: