mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
changes to make development more friendly on MacOS
This commit is contained in:
parent
e92255cefc
commit
1095f3ee4c
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -41,3 +41,6 @@ venv.bak/
|
||||||
|
|
||||||
# Profiling debris.
|
# Profiling debris.
|
||||||
prof/
|
prof/
|
||||||
|
|
||||||
|
# MacOS cruft
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ tests, ensure they build and pass, and ensure that `pylint` and `mypy`
|
||||||
are happy with your code.
|
are happy with your code.
|
||||||
|
|
||||||
- Install `pip` following their [documentation](https://pip.pypa.io/en/stable/installation/).
|
- Install `pip` following their [documentation](https://pip.pypa.io/en/stable/installation/).
|
||||||
- Install development dependencies: `pip install -e .[development]`
|
- Install development dependencies: `pip install -e ".[development]"`
|
||||||
- Install docs dependencies: `pip install -e .[docs]`
|
- Install docs dependencies: `pip install -e ".[docs]"`
|
||||||
- Install `build123d` in editable mode from current dir: `pip install -e .`
|
- Install `build123d` in editable mode from current dir: `pip install -e .`
|
||||||
- Run tests with: `python -m pytest -n auto`
|
- Run tests with: `python -m pytest -n auto`
|
||||||
- Build docs with: `cd docs && make html`
|
- Build docs with: `cd docs && make html`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue