Update ASnake

ASnake Documentation

Table Of Contents

Current ASnake version:

Fetching...

Update ASnake:

Occasionally you may want to upgrade ASnake. This must be done via your Python installation. If you have an ASnaked-installed alias for ASnake, doing ASnake --update won't work, as it is not supported.

Use this command (with your proper Python call replaced):

python -m pip install --upgrade ASnake

Check Version:

To check what version you have, you can do this command: python -m pip show ASnake

Example result:

Name: ASnake
Version: 0.13.39
Summary: Optimizing Python transpiler for the ASnake programming language.
Home-page: https://asnake.org
Author: Ahri Fox
Author-email: 
License: 
Location: /home/ahri/.local/lib/python3.11/site-packages
Requires: autopep8, sly
Required-by: 
Scroll to top