Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scraper_api

Recruitment task

  1. Windows:
  • set VENV=path\to\venv
  • cd %VENV%
  • cd ..
  • python -m venv %VENV%
  • %VENV%\Scripts\pip install pyramid waitress
  • %VENV%\Scripts\pip install -e ".[dev]"
  • %VENV%\Scripts\initialize_db development.ini
  • %VENV%\Scripts\pytest scraper_api\tests.py -q
  • %VENV%\Scripts\pserve development.ini --reload
  1. Linux (nietestowane):
  • export VENV=~/path/to/venv
  • python3 -m venv $VENV
  • $VENV/bin/pip install pyramid waitress
  • $VENV/bin/pip install -e ".[dev]"
  • $VENV/bin/initialize_db development.ini
  • $VENV/bin/pytest scraper_api/tests.py -q
  • $VENV/bin/pserve development.ini --reload

About

Recruitment task

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages