メモ > 技術 > 開発: Pyxel > インストール
インストール
Windows10の以下の環境を構築済みとする。
>python --version
Python 3.7.3
>python -m pip -V
pip 19.1.1 from C:\Users\refirio\Anaconda3\lib\site-packages\pip (python 3.7)
公式の案内どおり、以下のコマンドでインストール。
>pip install -U pyxel
作業フォルダとして以下を作成した
C:\Users\refirio\Pyxel
>cd C:\Users\refirio\Pyxel
>install_pyxel_examples
サンプルを実行。
>cd pyxel_examples
>python 01_hello_pyxel.py
Advertisement