Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit708a396

Browse files
committed
add new instructions
1 parenta29f152 commit708a396

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎_posts/2021-01-27-pip-support.markdown‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,16 @@ This update is brought to you from [@coolreader18's](https://github.com/coolread
2222

2323

2424
##What you need to do
25-
This update is so fresh, things are not merged into the`master` or`release` branches yet. For now, to test this out, you have to checkout the`pip-merg` branch, and make sure to build with the`ssl` feature:
25+
This update is so fresh, things are not merged into the`master` or`release` branches yet. For now, to test this out, you have to checkout the`pip-merg` branch, and make sure to build with the`ssl` feature:
26+
27+
```shell
28+
$cd RustPython
29+
$ git fetch --all
30+
$ git checkout pip-merg
31+
$ cargo install --path. --features ssl
32+
$ curl https://bootstrap.pypa.io/get-pip.py -O
33+
$ rustpython get-pip.py
34+
...lots of work...
35+
$ rustpython -m pip --version
36+
pip 21.0 from /home/.../.local/lib/rustpython3.9/site-packages/pip (python 3.9)
37+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp