Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions _posts/2021-01-27-pip-support.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "pip is working! 🎉 🎉 "
date: 2021-01-27 01:45:00 +0900
categories: [featured]
---

7380 commits and 1940 pull requests later, **pip** and **get-pip.py** are working with RustPython 🎉 🎉. pip can install itself and setuptools!

This update is brought to you from [@coolreader18's](https://github.com/coolreader18) terminal by asciinema 🍿.

## get-pip.py
[![asciicast](https://asciinema.org/a/3pAZSfrFeIbEUzpPyXtvYZCeN.svg)](https://asciinema.org/a/3pAZSfrFeIbEUzpPyXtvYZCeN)


## get-pip.py + pip install requests
[![asciicast](https://asciinema.org/a/fuTmP0wMD8HnvwsOkPRPuVHoa.svg)](https://asciinema.org/a/fuTmP0wMD8HnvwsOkPRPuVHoa)


## pip installs itself and setup tools
[![asciicast](https://asciinema.org/a/y2rIeqELmzn5LCaWI6MLMvujz.svg)](https://asciinema.org/a/y2rIeqELmzn5LCaWI6MLMvujz)


## What you need to do
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 merge `coolreader18/fix-http` `coolreader18/csv-writer` `coolreader18/misc-os` `coolreader18/name-mangling` `update-python-version` `coolreader18/empty-map-cformat`.
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ ul.list-inline {
width: 100%;
}

.blog-content p > img {
.blog-content p > img , .blog-content img {
max-width: 100%;
}

Expand Down