Skip to content

Commit

Permalink
README: document recommendation to use pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdi265 committed May 10, 2024
1 parent 1d1ee15 commit f8347bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ A Lambda Calculus to LLVM IR compiler

## Installation

- run `pip install git+https://github.com/Ferdi265/lambda-compiler` to install
- run `pip install --editable .` for a development install
- run `pipx install git+https://github.com/Ferdi265/lambda-compiler` to install
- run `pipx install --editable .` for a development install

`pipx` is a modern replacement for installing CLI applications with `pip`
directly, since `pip` now by default forbids installing applications outside a
virtualenv on most distros. You can use `pip` as well, but `pipx` is
recommended.

## Examples

Expand Down

0 comments on commit f8347bf

Please sign in to comment.