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

update cookiecutter README.md instructions for code to work #106

Open
yannikbauer opened this issue Mar 28, 2023 · 0 comments
Open

update cookiecutter README.md instructions for code to work #106

yannikbauer opened this issue Mar 28, 2023 · 0 comments
Assignees

Comments

@yannikbauer
Copy link

@klamann As we found out in the delivery.bootcamp 1:

  1. In order to run 'pytest tests', the module code (src/) should be installed locally first, not later in the Notebooks section.
    If the package manager is pip, this can be done by running 'pip install -e .' (Needs to be adapted accordingly for poetry and conda).

  2. I think another dependency that was not specified was jupyter lab.

  3. Lastly, at least for PyCharm, the required Python interpreter setup should be mentioned. At least when using conda or pip, PyCharm does not know about the newly created virtual env (It might do when running poetry install but not tested).

@ChrsBaur ChrsBaur self-assigned this Aug 24, 2023
@ChrsBaur ChrsBaur linked a pull request Aug 24, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants