File: post-create

package info (click to toggle)
pyopenweathermap 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 547; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

poetry export -f requirements.txt --output tmp_requirements.txt --with dev
pip install -r tmp_requirements.txt
pip install -e ./