Matt Davis
0379507abb
Update release script to enforce semver going forward in 2024 ( #6052 )
...
* Update release script to enforce semver going forward in 2024
* Update pipfile/lock for semver
* fix readme
* Update CI vendoring step for semver
* Dependeapot warning about version of pytest we are on
* remove options from help
2024-01-21 21:16:56 -05:00
Suprithvarma1
336a6f4b66
updated readme
2023-12-22 15:25:59 +05:30
Yuhki Yano
98613edeb5
Fix the issue( #6022 ): Add additional installation method in README
2023-11-22 00:16:31 +09:00
Fabian Meeßen
360100534f
change logging level based on verbosity arg
...
- add verbosity arg to check command, if verbosity if None (default),
logging level is set to warn
- create a build_options function in check.py for handling all arguments
used to build the options string for pipenv check. Was needed
because otherwise there were too many branches for the linter.
2023-10-02 17:56:34 +02:00
umarmnaq
f5032e9a3d
Update README.md ( #5946 )
2023-09-28 23:25:35 +02:00
Matt Davis
06038f521e
fix lint
2023-08-02 23:13:29 -04:00
Jeff Widman
42d244eb96
Document upgrade to Readme
...
I'm sure it could be further documented in the readme, but here's at least a basic start.
2023-08-01 20:33:33 -07:00
Matt Davis
5ebad396fd
Remove ubuntu apt install from list and some other small doc review. ( #5731 )
2023-06-11 08:55:46 +02:00
Matt Davis
adf586c837
Remove foresight ( #5669 )
...
* Revert "Add Foresight status badge to README"
This reverts commit 57bb1e5ccb .
* resolve conflict
2023-04-27 16:50:47 +02:00
Matt Davis
4ce2d98cfd
Clean up intro section of our pypi page.
2023-04-18 15:33:49 +02:00
Oz Tiram
fe99aa1384
Remove deprecated flag --three
2023-01-23 01:18:23 +01:00
Matt Davis
700a135ab5
Fix Readme.md links.
2022-12-19 04:16:54 -05:00
Oz N Tiram
78435bf153
Merge pull request #5438 from rwxdash/foresight-badge
...
Add Foresight status badge to README
2022-10-24 20:22:36 +02:00
Oguzhan Ozdemir
57bb1e5ccb
Add Foresight status badge to README
2022-10-24 17:00:53 +03:00
kai
1959ce9064
Added Table of Contents #5413
2022-10-24 18:46:12 +05:30
Kailash Choudhary
b04cd1c5a3
Update Link For VCS Support ( #5412 )
2022-10-14 23:04:47 -04:00
Dhananjay Shah
91ddb2dee6
Update README formattng at README: Usage.
...
- fixed missing newlines.
- upadted indentation.
2022-08-27 22:29:30 +02:00
Jeremy Fleischman
77bc74dce5
Actually filter out missing interpreters ( #5262 )
...
* Actually filter out missing interpreters
This fixes https://github.com/pypa/pipenv/issues/5261 .
Before this change, I would get a "The Python interpreter can't be
found" error when running `pipenv install --system` with a python3 but
no python.
2022-08-16 15:33:34 -04:00
jgart
abfa69349b
Add install instructions for void linux ( #5257 )
2022-08-14 23:46:17 -04:00
Oz N Tiram
66f03afd0b
update README
...
* Bump python version required
* Add install instructions for gentoo
* Update usage output from `pipenv --help`
2022-08-06 16:28:28 +02:00
ImreC
63ac0d03a9
Implements requirements command as per #4959 ( #5013 )
...
* Implements reqs command
* Add news document
* Process comments
* Rename newsfile
* Adds --dev-only and --hash args
* Linting fixes
Co-authored-by: Imre Persoonlijk <imre1@pop-os.localdomain >
2022-04-05 14:13:33 +02:00
Matt Davis
79389f0031
Remove mention of the --two flag and python2
2022-03-12 03:07:48 -05:00
Frost Ming
9889634d4c
remove duplicate headings
2021-11-15 00:05:06 +08:00
Frost Ming
b61fafe0c0
Update README with completion instruction
2021-11-15 00:02:23 +08:00
Frost Ming
b503e8b3aa
Update README with GH action badge
2021-11-12 16:31:53 +08:00
Frost Ming
9cafc59188
update README
2021-11-09 14:28:27 +08:00
Frost Ming
ea388f6e5b
Update readme with python requires
2021-11-09 14:27:03 +08:00
DetachHead
cee7b1631c
remove prefixes on install commands for easy copy/pasting
2021-09-19 16:27:26 +10:00
Frost Ming
ca5d931f1f
Update to py36 plus syntax
2021-07-28 10:59:00 +08:00
Mike P. Sinn
ba97e4fa40
Windows install command
2021-05-07 17:14:26 -05:00
Michal Srb
58dc4eb52d
Fix broken link in the README
...
Signed-off-by: Michal Srb <michal@redhat.com >
2021-02-04 09:16:13 +01:00
Frost Ming
72b571bd06
Change multiple styles in CLI output
2020-11-02 11:11:54 +08:00
Glen Smith
6897ebffa3
Add documentation of new scripts command.
2020-09-08 08:41:48 -06:00
frostming
5a5d238f87
Discourage homebrew installation in doc
2020-08-28 16:45:56 +08:00
Dan Ryan
42321376c9
Update documentation to reflect accurate pyup use
...
- Remove bits about CC-BY-SA licensing
- Remove bits about using an embedded API key
- Add a little flair to the readme to acknowledge pyup
Signed-off-by: Dan Ryan <dan.ryan@canonical.com >
2020-04-26 02:50:40 -04:00
Yuhki Yano
0052f5e847
Add general installation info
2020-04-23 15:25:23 +09:00
Sumana Harihareswara
603a20bf45
Update links in documentation
...
The canonical Pipenv documentation is now at pipenv.pypa.io.
Also, the canonical GitHub repositories for Pipenv and
Requests have changed, and some other communications links
(Twitter, mailing list, "thank you") were no longer
operational. This commit updates those and clarifies that
Pipenv is a project maintained by the PyPA.
Fixes #4137 .
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc >
2020-03-05 20:55:28 -05:00
Jannis Leidel
2c343840ff
Removing myself again.
...
Not sure what went wrong in https://github.com/pypa/pipenv/pull/3536 .
2019-11-12 14:42:41 +01:00
Miro Hrončok
1fe04c27f7
pipenv is available on all Fedoras
...
Fedora 28 is EOL.
2019-10-29 13:06:27 +01:00
Ashley Stallings
87a0d79cf2
Update documentation links to take you to the correct website
2019-10-01 07:55:21 -05:00
Jason
2e1b350b4f
Fix link to GIF in README.md, add descriptive alttext
2019-08-26 21:21:50 -04:00
Dan Ryan
98f7f42742
Fix toml parsing and resolver comparisons
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-06-17 01:34:37 -04:00
Alexandre Morignot
bddcde3bfb
Fix documentation install page link
2019-04-26 11:28:32 +02:00
Hong Xu
459c678e61
Add installation instructions for Debian Buster+ in README
2019-04-22 15:13:01 -07:00
Mateusz Piotrowski
70ce72b3c9
Merge branch 'master' into patch-2
2019-03-14 10:16:54 +01:00
Ori Avtalion
db3b743a58
Use HTTPS for gif in README ( #3498 )
2019-03-07 14:22:57 +08:00
Mateusz Piotrowski
007115c26e
Add FreeBSD installation instructions
2019-02-22 10:43:33 +01:00
Rohan Talip
c794e7e566
Replaced double hyphens with a single hyphen
2018-12-17 15:22:36 -08:00
David Staheli
20c9dd029c
Point build badges at the current pipelines
...
The Azure Pipelines build badges were pointing at the old pipelines' status. This PR points them to the new/current pipelines' status.
2018-11-30 15:13:02 -05:00
Pavel Sviderski
1ea48108a9
add try-in-browser button to README
2018-10-25 20:09:48 +03:00