Skip to content

philipschoemig/SavegameBackup

Repository files navigation

SavegameBackup

A software for backing up save files of computer games.

Prerequisites

pip install virtualenv

Installation

  • Retrieve the source code from GitHub
  • Change into the project directory (where this README.md file is located)
  • Create a virtual environment for Python:
virtualenv .venv
  • Activate the virtual environment
    • Linux:
    source .venv/bin/activate
    
    • Windows:
    .venv\Scripts\activate
    
  • Install the project requirements with pip:
pip install -r requirements.txt
  • Deactivate the virtual environment:
deactivate

Links

Status

Code Climate Build Status Coverage Status

About

A software for backing up save files of computer games.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages