You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Releasing version 1.4.0
* fix: make uvicorn versions over 0.14 (pact-foundation#255)
* chore: Releasing version 1.4.1
* chore: Bundle Ruby standalones into dist artifact. (pact-foundation#256)
Install all ruby standalone packages when running sdist.
Devloppers can also now provide a --bin-path that contains the binaries required
for their OS, so that can they use this package in offline environments.
* chore: Releasing version 1.4.2
Co-authored-by: Elliott Murray <[email protected]>
Co-authored-by: Taj Pereira <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,7 +437,7 @@ To setup a development environment:
437
437
1. If you want to run tests for all Python versions, install 2.7, 3.3, 3.4, 3.5, and 3.6 from source or using a tool like [pyenv]
438
438
2. Its recommended to create a Python [virtualenv] for the project
439
439
440
-
The setup the environment, run tests, and package the application, run:
440
+
To setup the environment, run tests, and package the application, run:
441
441
`make release`
442
442
443
443
If you are just interested in packaging pact-python so you can install it using pip:
@@ -449,6 +449,15 @@ From there you can use pip to install it:
449
449
450
450
`pip install ./dist/pact-python-N.N.N.tar.gz`
451
451
452
+
## Offline Installation of Standalone Packages
453
+
454
+
Although all Ruby standalone applications are predownloaded into the wheel artifact, it may be useful, for development, purposes to install custom Ruby binaries. In which case, use the `bin-path` flag.
0 commit comments