Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 274 Bytes

it-can-be.md

File metadata and controls

10 lines (6 loc) · 274 Bytes

maybe you need it if test.py not runs

Create a directory to store Python scripts. Then switch to the newly-created directory.

mkdir tests && cd tests 

Set up the Python virtual environment and activate it.

python3 -m venv venv 
source venv/bin/activate