ananthakrishnan
commited on
Commit
·
e5302cf
1
Parent(s):
f7ada72
updated code
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Transactify:
|
2 |
+
|
3 |
+
To create an Virtual Environment: open command prompt Type ---> python -m venv transactify
|
4 |
+
|
5 |
+
To activate the virtual Environment Type ---> cd transactify
|
6 |
+
---> cd scripts
|
7 |
+
---> activate
|
8 |
+
|
9 |
+
To install Required Libaries in the virtual Environment Type ---> pip install -r requirements.txt
|
10 |
+
|
11 |
+
To run the python file Type ----> python main.py
|
12 |
+
|
13 |
+
|
14 |
+
Excepted output: Hello World from Hugging Face!
|