Skip to content

Commit

Permalink
update: contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Dec 31, 2023
1 parent c63daa9 commit 6af0fc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ git clone git@github.com:metaist/castfit.git
cd castfit

# create a virtual environment
python -m venv .venv
python -m venv .venv --prompt castfit
. .venv/bin/activate
pip install --upgrade pip

# install dependencies and dev tools
pip install -e ".[dev]"
pnpm install -g cspell
```

As you work on the code, you should periodically run:
Expand All @@ -34,7 +35,7 @@ git checkout prod
git merge --no-ff --no-edit main
```

Update top-most `__init__.py` or `castfit.py`:
Update top-most `__init__.py`:

```python
__version__ = "X.0.1"
Expand Down

0 comments on commit 6af0fc2

Please sign in to comment.