0
created a virtual Environment:
python -m venv test
pip install -r requirement.txt
And I created a scrip C:\fnord\Documents\Scripts_python\test\Scripts\test.py
So, how should I proceed to create scheduling, for example:
30 08 10 06 * python C:\fnord\Documents\Scripts_python\test\Scripts\test.py
(opa Rodrigo - I changed a little the phrase there just to be very clear - but thanks for the quick and correct answer)
– jsbueno