https://github.com/odarbelaeze/phd-project-template
Template of a PhD project in python.
https://github.com/odarbelaeze/phd-project-template
Last synced: 5 months ago
JSON representation
Template of a PhD project in python.
- Host: GitHub
- URL: https://github.com/odarbelaeze/phd-project-template
- Owner: odarbelaeze
- Created: 2021-11-12T15:50:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T15:50:30.000Z (almost 4 years ago)
- Last Synced: 2024-12-26T07:28:00.076Z (10 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My awesome phd project
## Development
Install the required dev packages with:
```bash
pip install -r requirements_dev.txt
```