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

Commit277872e

Browse files
committed
Update pip post now that everything is merged to master
1 parenta624c9d commit277872e

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,6 +22,18 @@ This update is brought to you from [@coolreader18's](https://github.com/coolread
2222

2323

2424
##What you need to do
25+
26+
(Update 2021-02-08): Everything has been merged to master!
27+
28+
```shell
29+
$ cargo install --git https://github.com/RustPython/RustPython --features ssl# or however you build
30+
$ curl https://bootstrap.pypa.io/get-pip.py -O
31+
$ rustpython get-pip.py
32+
...lots of work...
33+
$ rustpython -m pip --version
34+
pip 21.0 from /home/.../.local/lib/rustpython3.9/site-packages/pip (python 3.9)
35+
```
36+
2537
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:
2638

2739
```shell
@@ -34,4 +46,4 @@ This update is so fresh, things are not merged into the `master` or `release` br
3446
...lots of work...
3547
$ rustpython -m pip --version
3648
pip 21.0 from /home/.../.local/lib/rustpython3.9/site-packages/pip (python 3.9)
37-
```
49+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp