Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions on "Running the app" #26

Open
agarny opened this issue Nov 12, 2020 · 0 comments
Open

Update instructions on "Running the app" #26

agarny opened this issue Nov 12, 2020 · 0 comments

Comments

@agarny
Copy link
Contributor

agarny commented Nov 12, 2020

I followed the instructions (in README.md) to run the app, but being on macOS and using Xcode 12, it didn't work. However, what works is the following:

python3 -m venv ./venv
. ./venv/bin/activate
pip install --upgrade pip
pip install wheel                       <-- Added to prevent several warnings when installing the requirements
export ARCHFLAGS="-arch x86_64"         <-- Needed on macOS when using Xcode 12
pip install -r requirements.txt
pip install -r requirements-dev.txt
gunicorn main:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant