Code-Poets / sheetstorm

Web working hours sheet for Code-Poets employees
https://www.sheetstorm.codepoets.it
2 stars 0 forks source link

Change requirements installation step in deployment process #442

Closed kbeker closed 5 years ago

kbeker commented 5 years ago

Our requirements changed and now instead of installing requirements by pip and installing them from requirements.lock file we need to have installed pipenv on server. Please install and test newest version of this app. After correct installation please install all needed requirements by typing pipenv install. Step to reproduce installing requirements on system:

  1. Create virtualenv
  2. Activate virtualenv
  3. Install requirements using pipenv install.

Different steps might create you virtualenv with strange name and make it impossible to use correctly virtualenv with packages installed by pipenv