Skip to content

Commit d9285ca

Browse files
committed
add china npm & pip
1 parent bde8cd8 commit d9285ca

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/china npm.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# China NPM
2+
3+
```
4+
npm --registry https://registry.npm.taobao.org install package_name
5+
```
6+
7+
src: https://blog.naver.com/appleguswjd2/222681974312
8+
9+
#npm #china

src/china pip.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# China PIP
2+
3+
```
4+
pip install package_name -i https://pypi.tuna.tsinghua.edu.cn/simple
5+
```
6+
7+
src: https://blog.naver.com/appleguswjd2/222681974312
8+
9+
#pip #china

0 commit comments

Comments
 (0)