t.me/xtekky commited on
Commit
b422644
·
unverified ·
1 Parent(s): d816f87
Files changed (1) hide show
  1. README.md +3 -11
README.md CHANGED
@@ -61,18 +61,10 @@ These sites will be reverse engineered but need account access:
61
  - [`/phind`](./phind/README.md)
62
  - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
63
 
 
 
64
 
65
- ## Dependencies
66
-
67
- * websocket-client
68
- * requests
69
- * tls-client
70
- * pypasser
71
- * names
72
- * colorama
73
- * curl_cffi
74
-
75
- install with:
76
  ```sh
77
  pip3 install -r requirements.txt
78
  ```
 
61
  - [`/phind`](./phind/README.md)
62
  - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
63
 
64
+ ## Install
65
+ - download or clone this github repo
66
 
67
+ install requiremnts with:
 
 
 
 
 
 
 
 
 
 
68
  ```sh
69
  pip3 install -r requirements.txt
70
  ```