Skip to content

Yerdna1/slovenske_slova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove the virtual environment

rm -rf venv

Create a new one

python3.10 -m venv venv

Activate it

source venv/bin/activate

or at once

pip install -r requirements.txt

Install packages in the correct order

pip install --upgrade pip pip install numpy==1.23.5 pip install opencv-python==4.8.0.74

run app

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages