Skip to content
Snippets Groups Projects
Commit ee274d05 authored by carlos93's avatar carlos93
Browse files

Update 2 files

- /Workflow for rasterized network plan/README.md
- /README.md
parent 0158a8d3
Branches
No related tags found
No related merge requests found
......@@ -107,3 +107,6 @@ If you experience SSL or certificate-related errors (e.g. with requests or pip),
certutil -generateSSTFromWU roots.sst
certutil -addstore -f root roots.sst
## Advice in case of conflicts during installation
If you experience issues or conflicts with preinstalled Python libraries, please use a virtual machine with at least 16 GB of RAM or a computer without a pre-existing Python installation.
\ No newline at end of file
......@@ -110,8 +110,11 @@ main.py: extract_cabels.extract_color_area("converted_images/output_page_1.png",
## Windows Server Certificate Fix
This may happen when using a virtual machine/ Server
If you experience SSL or certificate-related errors (e.g. with requests or pip), execute the following commands in PowerShell:
certutil -generateSSTFromWU roots.sst
certutil -addstore -f root roots.sst
## Advice in case of conflicts during installation
If you experience issues or conflicts with preinstalled Python libraries, please use a virtual machine with at least 16 GB of RAM or a computer without a pre-existing Python installation.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment