Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nozwock/code-jam-the-rubber-duck-debuggers
https://github.com/nozwock/code-jam-the-rubber-duck-debuggers
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nozwock/code-jam-the-rubber-duck-debuggers
- Owner: nozwock
- License: mit
- Created: 2023-08-29T01:28:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T14:59:53.000Z (over 1 year ago)
- Last Synced: 2024-11-08T22:17:58.342Z (2 months ago)
- Language: Python
- Homepage:
- Size: 84.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyDis Code Jam 2023
**Team: `the-rubber-duck-debuggers`**
Comprehensive README: [presentation](docs/presentation.md)
## Installation
- Using `pipx`.
1. Install `pipx`.
```sh
python -m pip install --user pipx
python -m pipx ensurepath
```
2. Open a new terminal or re-login.
3. Install the project.
```sh
pipx install git+https://github.com/nozwock/code-jam-the-rubber-duck-debuggers.git
```
- Using `pip`.
```sh
pip install --user git+https://github.com/nozwock/code-jam-the-rubber-duck-debuggers.git
```- Run with `pic-crypt`
## Development
- Fetch the source code and install dependencies.
```
git clone https://github.com/nozwock/code-jam-the-rubber-duck-debuggers.git
cd code-jam-the-rubber-duck-debuggers
poetry install
```- Enter the environment.
```
poetry shell
```