A tech products comparator to individuals
- Create a new virtual environment using the command
virtualenv positix_dev - On the root of the project, activate environment using the command.
source positix_dev/bin/activate - Run
pip install -r requirements.txtto install dependencies.
- Run
pip freeze --local > requirements.txtto save new dependencies.
