Skip to content

make4covid/aerosolve-server

Repository files navigation

"# aerosolve-server"
To run in local environment:
git clone https://github.com/make4covid/aerosolve-server/
For Windows:
Verify if pip is installed following this command
pip --version
Verify if virtualenv is installed following this command
virtualenv --version
Verify if python is installed
python --version


pip install virtualenv
virtualenv aerosolve-server
aerosolve-server\Scripts\activate
pip install -r requirements.txt

To run the application
python app.py


For Mac:
Verify if pip is installed following this command
pip --version
Verify if virtualenv is installed following this command
virtualenv --version

Verify if python is installed
python --version

pip install virtualenv

cd aerosolve-server
virtualenv venv
source aerosolve-server/bin/activate
pip install -r requirements.txt
To run the application
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published