Skip to content

Repository for the software used in the PyRat course at IMT Atlantique

License

Notifications You must be signed in to change notification settings

BastienPasdeloup/PyRat_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRat

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

The course contents is available at this address:
https://formations.imt-atlantique.fr/pyrat/.

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_2023.git

  3. Then, run the following command to create a PyRat workspace:
    python -c "import pyrat; pyrat.PyRat.setup_workspace()"

  4. Check your installation by navigating to pyrat_workspace/programs and running the following command:
    python random_1.py

About

Repository for the software used in the PyRat course at IMT Atlantique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages