duck57 / crossword

Generates crossword puzzles
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

PIP installation doesn't work. #1

Open duck57 opened 1 year ago

duck57 commented 1 year ago

joshbduncan commented 1 year ago

I quick way to check if this is working is to...

  1. make a new folder on your system
  2. create a Python virtual environment python3 -m venv venv
  3. activate the venv source venv/bin/activate
  4. pip install your package in the new folder pip install /path/to/your/package