Skip to content

Commit

Permalink
Update 2022-06-10-python-rigt-venv_2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maltequast authored Feb 23, 2023
1 parent f6fc5d0 commit 65ce5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/tech/2022-06-10-python-rigt-venv_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ I like to create my toml file in noninteractive mode. That's why I added this pa
Now you just need your requirements.txt and your pyproject.toml to be in the project folder and run this command.

```
RUN awk '{print $1}' requirements.txt | xargs -n1 poetry add
awk '{print $1}' requirements.txt | xargs -n1 poetry add
```

It just adds every library line by line and ignoring (!) the version.
Expand Down

0 comments on commit 65ce5bf

Please sign in to comment.