Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekkoz897/42_piscine_ausgut_2022
- Owner: Ekkoz897
- Created: 2022-11-12T19:09:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:25:20.000Z (8 months ago)
- Last Synced: 2024-03-21T16:43:49.979Z (8 months ago)
- Topics: 42, 42lisboa, born2code, piscine-c, piscine42
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"