Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
5496e54bc8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -21,6 +21,10 @@ poetry env use $(pyenv which python)
 
 poetry add httpx
 
+poetry export -f requirements.txt --output requirements.txt --without-hashes
+
+
+
 poetry install
 poetry shell