Skip to content

FAQ_for_beginners

Ilya Kashnitskiy edited this page Feb 20, 2020 · 3 revisions

Welcome!

This is FAQ page for beginners:

I try to install your application using pip3 install push_swap_gui, but warnings and errors pop up.

If you work at school on iMac, you probably use Python from system directories. We do not have permission to write to these folders, so you need to install python for yourself (in ~/). The easiest way is brew install python (I'm sure you have a brew for valgrind, so this is the easiest way). after that repeat pip3 install push_swap_gui