Skip to content

3omar3allam/salah-ly

Repository files navigation

SalahLY

  • Live version running on salah-ly.herokuapp.com

    sometimes the live version responds with request timeout because we are using a free tier host.

Startup

  1. Create virtual environment: (first time only)

    navigate to project folder, then:

    • Linux: python3 -m venv venv
    • Windows: py -3 -m venv venv
  2. Activate environment: (every time)

    from your working terminal:

    • Linux: . venv/bin/activate
    • Windows: venv\Scripts\activate
  3. Instal dependencies: (every pull)

    pip install -r requirements.txt
    

Note

Before every commit run: pip freeze > requirements.txt to save your new packages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •