Skip to content

Instantly share code, notes, and snippets.

Install python and pip:
apt install snapd
snap install python38 --classic
apt install python3-pip
nano ~/.bashrc
# Add into the bottom
alias python=python3
alias pip=pip3
# Save & Exit ctrl+s and ctrl+x
@moumar
moumar / README.md
Created October 23, 2015 18:12 — forked from mbostock/.block
Merging States II

A variation of merging polygons, this time using careful rendering rather than topological manipulation.