kleini / ewa

EWA
GNU General Public License v3.0
1 stars 0 forks source link

use virtual environment #3

Open kleini opened 6 years ago

kleini commented 6 years ago
  1. create new environment inside project directory: python3 -m venv venv-eva
  2. add directory venv-eva to .gitignore
  3. source venv-eva/bin/activate to enable environment
kleini commented 6 years ago

this will mainly break because Kivy is nearly not installable using pip