Skip to content

Commit

Permalink
Use python3 for the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
scollazo committed Jun 28, 2021
1 parent b9bfa18 commit 4045b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ AIPscan is a web-based application that is built using the Python [Flask](https:
## AIPScan Flask server

* Clone files and cd to directory: `git clone https://github.com/artefactual-labs/AIPscan && cd AIPscan`
* Set up virtualenv in the project root directory: `virtualenv venv`
* Set up virtualenv in the project root directory: `virtualenv -p python3 venv`
* Activate virtualenv: `source venv/bin/activate`
* Install requirements (this includes Flask & Celery): `pip install -r requirements/base.txt`
* Enable DEBUG mode if desired for development: `export FLASK_CONFIG=dev`
Expand Down

0 comments on commit 4045b66

Please sign in to comment.