A variation of merging polygons, this time using careful rendering rather than topological manipulation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |