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! |