Add a Pipfile to enable pipenv-based environments
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
To help users install Thicket and to standardize development environments, we can add a `Pipfile` to GitHub with both development and non-development dependencies. With this, we could use [pipenv](https://pipenv.pypa.io/en/latest/) to have a standardized way to create environments for both end users and developers.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the repository's existing dependency declarations and development setup to identify the packages that belong in each Pipfile section. Add a Pipfile with separate development and non-development dependencies, then verify that pipenv can create environments for both end users and developers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100