Skip to content

Commit

Permalink
Update dev install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Sep 26, 2022
1 parent 56bc748 commit a610967
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ To install from source run the following:

```bash
git clone https://github.com/jborean93/pykrb5.git
pip install Cython
python setup.py bdist_wheel
python -m pip install build
python -m build
pip install dist/krb5-*.whl
```

Expand Down Expand Up @@ -69,7 +69,10 @@ git clone https://github.com/jborean93/pykrb5.git
pip install -r requirements-dev.txt
pre-commit install

python setup.py build_ext --inplace
python -m pip install -e .

# Can compile the krb5 extensions on an adhoc basis
# python setup.py build_ext --inplace
```

From there an editor like VSCode can be used to make changes and run the test suite.
Expand Down

0 comments on commit a610967

Please sign in to comment.