mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 01:25:34 +00:00
update readme
This commit is contained in:
@@ -86,12 +86,11 @@ The Request object has the following properties
|
||||
|
||||
##Installation
|
||||
|
||||
I finally uploaded VCR.py to pypi! So you can just `pip install vcrpy` (first you may need to `brew install libyaml` [[Homebrew](http://mxcl.github.com/homebrew/)])
|
||||
VCR.py is a package on PyPI, so you can `pip install vcrpy` (first you may need to `brew install libyaml` [[Homebrew](http://mxcl.github.com/homebrew/)])
|
||||
|
||||
##Ruby VCR compatibility
|
||||
I'm not trying to match the format of the YAML files. Cassettes generated by
|
||||
Ruby's VCR are not compatible with VCR.py. The API is similar but VCR.py
|
||||
doesn't have nearly as many features.
|
||||
I'm not trying to match the format of the Ruby VCR YAML files. Cassettes generated by
|
||||
Ruby's VCR are not compatible with VCR.py.
|
||||
|
||||
##Known Issues
|
||||
This library is a work in progress, so the API might change on you.
|
||||
@@ -121,4 +120,4 @@ These were created after I created VCR.py but do something similar:
|
||||
* https://github.com/uber/cassette
|
||||
|
||||
#License
|
||||
This library uses the MIT license
|
||||
This library uses the MIT license. See [LICENSE.txt](LICENSE.txt) for more details
|
||||
|
||||
Reference in New Issue
Block a user