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 alias it won't work.

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