File size: 499 Bytes
e5302cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Transactify:
To create an Virtual Environment: open command prompt Type ---> python -m venv transactify
To activate the virtual Environment Type ---> cd transactify
---> cd scripts
---> activate
To install Required Libaries in the virtual Environment Type ---> pip install -r requirements.txt
To run the python file Type ----> python main.py
Excepted output: Hello World from Hugging Face! |