Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
ac7b7a2a
Commit
ac7b7a2a
authored
4 years ago
by
Thomas Wöhlke
Browse files
Options
Downloads
Patches
Plain Diff
work
parent
96b1734e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.cmd
+31
-11
31 additions, 11 deletions
build.cmd
with
31 additions
and
11 deletions
build.cmd
+
31
−
11
View file @
ac7b7a2a
rem deactivate
rem rm -rf venv
rem py -3 -m venv venv
rem venv\Scripts\activate
rem comment out to build virtual env:
goto
mypipcompile
deactivate
rm
-rf
venv
py
-
3
-m
venv
venv
venv
\Scripts\activate
python
setup
.py
develop
goto
myend
:pip
_compile
pip
-compile -r
requirements
\build.in
pip
-compile -r
requirements
\docs.in
pip
-compile -r
requirements
\tests.in
pip
-compile -r
requirements
\dev.in
pip
check
pip
install
-r
requirements
\build.in
--log
logfile1
.txt
pip
install
-r
requirements
\docs.in
--log
logfile2
.txt
pip
install
-r
requirements
\tests.in
--log
logfile3
.txt
pip
install
-r
requirements
\dev.in
--log
logfile4
.txt
:pip
_install
pip
install
-r
requirements
\build.in
pip
install
-r
requirements
\docs.in
pip
install
-r
requirements
\tests.in
pip
install
-r
requirements
\dev.in
pip
check
rem pip install -e . --compile --force-reinstall --progress-bar pretty --log logfile5.txt
pip
install
-e
.
--compile --progress-bar
pretty
--log
logfile5
.txt
:pip
_install_via_setup_py
pip
install
-e
.
pip
check
rem python -m build --wheel
:foo
python
-m
pip
install
--upgrade
pip
pip
install
setuptools
wheel
twine
python
setup
.py
sdist
bdist_wheel
:build
_wheel
python
-m
build
--wheel
:prepare
_to_develop
python
setup
.py
develop
:myend
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment