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

Commit2f6c666

Browse files
Merge pull request#36 from RustPython/update-pip-post
Update pip post now that everything is merged to master
2 parentsa624c9d +d617f04 commit2f6c666

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ 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+
37+
There's undoubtedly still a lot that doesn't work, so if there's something simple-ish that errors inside of pip or a setup script, feel free to open an issue for it (note that C extensions won't be supported anytime soon, and a ctypes implementation is in progress).
38+
39+
(Previous instructions):
40+
2541
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:
2642

2743
```shell
@@ -34,4 +50,4 @@ This update is so fresh, things are not merged into the `master` or `release` br
3450
...lots of work...
3551
$ rustpython -m pip --version
3652
pip 21.0 from /home/.../.local/lib/rustpython3.9/site-packages/pip (python 3.9)
37-
```
53+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp