Spaces:
Sleeping
Sleeping
Upload .bash_history
Browse files- .bash_history +18 -0
.bash_history
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pkg update
|
2 |
+
pkg upgrade
|
3 |
+
pkg install python
|
4 |
+
pkg install git
|
5 |
+
pkg search <transformer>
|
6 |
+
pkg search transformer
|
7 |
+
pkg search <transformers>
|
8 |
+
pkg search transformers
|
9 |
+
pkg install transformers
|
10 |
+
pip install transformers
|
11 |
+
pip --version
|
12 |
+
pkg install python-pip
|
13 |
+
pip install python-telegram-bot requests
|
14 |
+
python-telegram-bot==13.7
|
15 |
+
requests
|
16 |
+
python-telegram-bot==13.7
|
17 |
+
requests==2.26.0
|
18 |
+
web3==5.25.0 # If you need blockchain integration (for Ethereum-based tokens)
|