Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Aug 22, 2024
2 parents fa4e6af + f7a5f26 commit 15e938b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Guix & venv environments for reproducible python development

This package give a cli tool to construct and enter environments constructed through guix (for the system-level packages) and pip/venv (for python packages).

Remark that due to the use of pip, the resulting environment is not perfectly reproducible as it would be better to use guix all the way but this way is much simpler when using dev python packages that are not yet packaged in guix.


## Usage
Guix must be installed on the system, see [the guix manual](https://guix.gnu.org/manual/en/html_node/Binary-Installation.html) to do this.

Expand Down

0 comments on commit 15e938b

Please sign in to comment.