Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nozwock/analysis-hackfest
https://github.com/nozwock/analysis-hackfest
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nozwock/analysis-hackfest
- Owner: nozwock
- Created: 2024-04-25T11:30:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T04:44:54.000Z (9 months ago)
- Last Synced: 2024-11-08T22:17:55.719Z (3 months ago)
- Language: Jupyter Notebook
- Size: 9.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackfest Project
## Using
- First, make sure the project root is the work directory.
- Using `pip`.
- Create a virtual environment and activate it. Go to [Creating Virtual Environments](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments), to learn how.
- Install package and its dependencies and run it with:
```console
python -m pip install -e .
analysis-hackfest
```
- Using `poertry`, install the project and run it with:
```console
poetry install
poetry run -- analysis-hackfest
```