The following disclaimer is intended to communicate certain limitations and conditions regarding the use of this project source code.
- Educational Purposes Only: - This software is provided for educational purposes only. It is designed to assist users in understanding software development concepts and should not be used for commercial or production purposes.
- Compliance with Service Providers' Terms of Use:
- This software interacts with web services provided by third-party companies. Using this software requires you to access and utilize these third-party web services.
- It is your sole responsibility to review and ensure compliance with the terms of use, policies, and guidelines of all third-party service providers before using this software.
- The creators of this software are not liable for any misuse or non-compliance with any third-party terms of use. By using this software, you agree to adhere to the relevant terms of the web services you engage with.
- Use at Your Own Risk: - The software is provided "as is" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software. Your decision to use it is at your own risk.
By using this software, you agree to the terms of this disclaimer.
- Windows: Choose Patricie.exe
- GNU/Linux: Choose patricie
Note
Anti virus: I've only tried AVG. By default it puts the file in quarantine without asking :/
# create an environment
make createvenv
#run code
python src/main.py
Note
this is thought to be run in a disposable environment, ie: a virtual machine
having source code root mounted as a shared folder in ~/patricie
cd ~/patricie
make all
now you can run the binary located in dist/patricie
having source code root mounted as shared folder X:, in shell:
x:
make.bat
now you can run the binary located in dist\Patricie.exe