PolicyEngine / PolicyEngine/policyengine-core
Pre-install steps
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 22
- Forks
- 30
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 7
Description
Upgrading wheel, setuptools, and pip before installing other requirements can avert some environment issues. We can do this with a separate requirements.txt file that does something like pip install -U wheel setuptools pip (but with pins) and adding something like make setup as a pre-install step.
Thanks @ibushong for the tip here!
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 locating the dependency installation flow and determining where the proposed separate requirements.txt and make setup entry point belong. Confirm the pinned wheel, setuptools, and pip versions are upgraded before other requirements are installed, then verify the setup flow in a clean environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100