screeps-starter-python
1.0.0
1.0.0
  • Introduction
  • Logistics
    • Setup
    • Upgrading Transcrypt
  • Screeps API Usage
    • Constants
    • Optional Arguments
    • Objects - Basic Interaction
    • Objects - Creation and the Keyword "new"
  • Features
    • Console Commands
  • Lodash
    • Introduction
    • As Arguments to API Methods
  • Syntax Changes
    • Summary
    • in Opperator
    • List Behavior
    • del Operator
    • dict Iteration
Powered by GitBook
On this page

Was this helpful?

  1. Logistics

Upgrading Transcrypt

Transcrypt occasionally updates! To provide better compilations, or to provide other fixes.

When this happens, screeps-transcrypt, the semi-fork of Transcrypt which includes extra changes for the Screeps environment, will also update, and an update will be pushed to this repository with a new requirements.txt file.

If you've already got the new requirements.txt, simply delete env/ and re-run build.py to re-download and reinstall transcrypt. Alternatively, you can run the environment's pip and update it yourself:

./env/bin/pip install --upgrade -r requirements.txt

I believe this steps will work for both Unix and Windows users, though they have only been tested on Linux so far.

PreviousSetupNextConstants

Last updated 4 years ago

Was this helpful?