Create a Python virtual environment. You can read this guide to learn more about them and how to create one. Alternatively, particularly if you are a Windows or Mac user, you can also use Anaconda.
After creating a virtual environment, it's as simple as:
pip install cruft
cruft create https://github.com/opencobra/cookiecutter-python-package
and answering the questions that follow.
- Copyright (c) 2019-2022, openCOBRA.
- Free software distributed under the Apache Software License 2.0.