AnalyseMorphologique/install_deps.command
Djalim Simaila 3b809b3881 📝 docs(README.md): add installation instructions for Windows, Linux, and Mac
 feat(README.md): add automated installation scripts for Windows, Linux, and Mac
The README file now includes instructions for both manual and automated installation of the program. Automated installation scripts have been added for Windows, Linux, and Mac to simplify the installation process. The scripts install the required dependencies using pip.
2023-05-22 15:25:07 +02:00

2 lines
54 B
Bash
Executable File

#!/bin/bash
python3 -m pip install -r requirements.txt