mirror of https://github.com/tp4a/teleport
22 lines
379 B
Plaintext
22 lines
379 B
Plaintext
# pip install -U pip
|
|
# pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
|
# ... or ...
|
|
# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
|
# pip install -r requirements.txt
|
|
|
|
tornado
|
|
PyMySQL
|
|
psutil
|
|
Jinja2
|
|
MarkupSafe
|
|
Pillow
|
|
wheezy.captcha
|
|
qrcode
|
|
ldap3
|
|
cffi
|
|
|
|
# for Windows/macOS
|
|
pycryptodome
|
|
# for Linux
|
|
pycrypto
|