Skip to content

Commit ca92d93

Browse files
committed
Update readme
1 parent 6e3f6ba commit ca92d93

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ There are several options to use the Nix version
148148
# Enter an interactive environment with all dependencies setup.
149149
nix develop
150150
> ./manage.py ... # invoke the local checkout
151-
> vulnerablecode-manage.py ... # invoke the installed manage.py in the nix store
151+
> vulnerablecode-manage.py ... # invoke manage.py as installed in the nix store
152152

153153
# Test the import prodecure using the Nix version.
154154
./test-import-using-nix.sh --all # import everything
@@ -161,10 +161,9 @@ There are several options to use the Nix version
161161
The Nix installation uses `poetry2nix <https://github.com/nix-community/poetry2nix>`__ to handle Python dependencies because some dependencies are currently not available as Nix packages.
162162
The file ``./poetry-conversion.patch`` allows to convert VulnerableCode into a `Poetry <https://python-poetry.org/>`__ project.
163163
This is done on the fly during the Nix installation.
164-
The patch file is created by ``./make-poetry-conversion-patch.sh``.
165-
It needs to be recreated whenever ``./requirements.txt`` changes.
164+
The patch file itself is created by ``./make-poetry-conversion-patch.sh``.
165+
It needs to be recreated whenever ``./requirements.txt`` changes (this is not done automatically).
166166
The ``expectedRequirementstxtMd5sum`` in ``flake.nix`` also needs to be updated in that case.
167-
Running ``nix flake check`` will fail otherwise.
168167

169168
::
170169

0 commit comments

Comments
 (0)