Skip to content

BastienPasdeloup/PyRat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRat

This repository contains the software used in the computer science course at IMT Atlantique.

The course contents is available at this address:
https://info.gitlab-pages.imt-atlantique.fr/.

Install

Installation of the PyRat software can be done directly using pip. Do not clone or download the repository. Instead please follow the following instructions:

  1. Open a terminal and navigate (using the cd command if on Linux/OSX or dir command if on Windows) to the directory where you want to create your PyRat workspace.

  2. Install the PyRat software using the following command:
    python -m pip install --user git+https://github.com/BastienPasdeloup/PyRat.git

  3. Then, run the following command to create a PyRat workspace in the current directory:
    python -c "import pyrat; pyrat.create_workspace('.')"

  4. Finally, run the following command to generate the PyRat documentation:
    python -c "import pyrat; pyrat.generate_documentation('pyrat_workspace')"

  5. Check your installation by running the following command:
    python pyrat_workspace/games/example.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published