Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 507 Bytes

Fork of 2to3 with Wrye Bash-specific tweaks

Licensed under the same license as CPython, see LICENSE for more information.

Usage

  1. Clone this at the same level as wrye-bash, leaving you with a structure like this:
       |
       |- 2to3
       |- wrye-bash
    
  2. In the 2to3 directory, run ./run_2to3.sh. Note that this script has only been tested on Linux. It should work on macOS and WSL as well, but pure Windows is untested.
  3. Wait until all fixers have run.