Skip to content

Commit

Permalink
fix: applied suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zicchio committed Aug 6, 2024
1 parent af64492 commit 94c827c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-Python-Dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Launch the script [run-docker-compose.sh](Docker-compose/run-docker-compose.sh).

## Step 4 (Optional): Install further dependencies in the container

If your version of the library containes further dependency, or if you want to install development only dependency such as, say [pdbpp](https://github.com/pdbpp/pdbpp), you can create a new image that contains the required dependency.
If your version of the library contains further dependencies, or if you want to install development only dependencies such as, say [pdbpp](https://github.com/pdbpp/pdbpp), you can create a new image that contains the required dependency or execute a terminal (such as a `bash`) within the container and install it manually, therefore commit the changes to the docker container, as shown in the next section.
Two different options are presented, based on your preferences or requirements.

### Option 4.1: Add the dependency to an existing container
Expand All @@ -48,7 +48,7 @@ The following steps instructs on how to install a new pip dependency to an exist
4. Freeze the changes with the command `docker container commit satosa-saml2spid`.
5. Stop and then restart the container.

At the end of the procedure, you will have created a new updated image with the required dependency.
At the end of the procedure, you will find the required dependency as part of your container.

### Options 4.2: Create a new image Dockerfile

Expand Down

0 comments on commit 94c827c

Please sign in to comment.