Closed ianastewart closed 1 year ago
Hey @ianastewart
Thanks for the report! This is not crucial, imho, as pip converts underscores to dashes, but the correct way is to use dashes, as you noted. So I fixed this.
Hi Thanks for fixing. I use PyCharm and its interface that frontends pip to set up packages does not show the package when the hyphen is used. Had not appreciated that pip converts underscores. Ian
From: Rust Saiargaliev @.> Sent: Tuesday, October 24, 2023 4:05 PM To: model-bakers/model_bakery @.> Cc: Ian Stewart @.>; Mention @.> Subject: Re: [model-bakers/model_bakery] Installation documentation references incorrect package name (Issue #456)
Hey @ianastewarthttps://github.com/ianastewart
Thanks for the report! This is not crucial, imho, as pip converts underscores to dashes, but the correct way is to use dasheshttps://pypi.org/project/model-bakery/, as you noted. So I fixed this.
— Reply to this email directly, view it on GitHubhttps://github.com/model-bakers/model_bakery/issues/456#issuecomment-1777436237, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABYHVIT6QVB62TGCFZNJWWTYA7KKBAVCNFSM6AAAAAA6FY5X5OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZXGQZTMMRTG4. You are receiving this because you were mentioned.Message ID: @.**@.>>
The 1.16 installation documentation says
pip install model_bakery
. It should readpip install model-bakery
.