Skip to content

nikitimi/realsyntexia-py

Repository files navigation

Set-up

  1. Virtual environment is the ideal set-up:
    python -m venv .
  1. Activate the venv:
    Scripts/activate
  1. Install all module requirements.
   python -m pip install -r requirements.txt

Others

  • If you encounter error:

      × Getting requirements to build wheel did not run successfully.
    

You need to update modules:

    python -m pip install --upgrade setuptools wheel
  • Add modules in the requirements:
    python -m pip freeze > requirements.txt

About

Collection of my crafted Python module.

Topics

Resources

Stars

Watchers

Forks

Languages