Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekkoz897/42_piscine_ausgut_2022

August piscine from 42 Lisboa, 42 Network
https://github.com/ekkoz897/42_piscine_ausgut_2022

42 42lisboa born2code piscine-c piscine42

Last synced: 5 days ago
JSON representation

August piscine from 42 Lisboa, 42 Network

Awesome Lists containing this project

README

        

# 42_Piscine_Ausgut_2022

This is some of the work I did when participating in the piscine at 42 Lisbon.

I hope it helps you out !

Keep Swimming !

#RTFM

PS: To install norminette on a Linux VM (if you want to work at home for example) use the following commands:

python3 -m pip install --upgrade pip setuptools
python3 -m pip install norminette
nano ~/.profile
Add this line to the end of the file: export PATH="$HOME/.local/bin:$PATH"