[PYTHON] Get only the source code of the PyPI package with pip from the command line

I used to check out the download link of the browser or the repository of the project, but it seems that the following is fine

python


pip install libsass --no-install --no-deps --build build

Postscript

Corrected the command a little in response to msmhrt's comment. --build If there are dependent modules downloaded in the directory specified by build, the installation will fail, so it is safer to make it a new directory.

Recommended Posts

Get only the source code of the PyPI package with pip from the command line
Get the package version to register with PyPI from Git
Through the installation of pip package that depends on opencv-python when building opencv from source code
Open Chrome version of LINE from the command line [Linux]
Get the return code of the Python script from bat
Get UNIXTIME at the beginning of today with a command
Get the source of the page to load infinitely with python.
Get the address from the zip code
Installation method using the pip command of the Python package (library) Mac environment
Update package with pip standard features only
Get the list of packages for the specified user from the packages registered on PyPI
[Python] Get the character code of the file
[Python] Get Python package information with PyPI API
Get the average salary of a job with specified conditions from indeed.com
Get only the text from the Django form.
I can't install the package with pip.
Let Code Day10 Starting from Zero "1431. Kids With the Greatest Number of Candies"
Get the contents of git diff from python
[Python] Read the source code of Bottle Part 2
Quickly display the QR code on the command line
The story of misreading the swap line of the top command
Get only the address part of NIC (eth0)
Extract only complete from the result of Trinity
Convert the character code of the file with Python3
Get the value of a specific key in a list from the dictionary type in the list with Python
Let's get notified of the weather in your favorite area from yahoo weather on LINE!
How to create an article from the command line
The story of stopping the production service with the hostname command
Learn Nim with Python (from the beginning of the year).
[Python] Get the text of the law from the e-GOV Law API
Get the sum of each of multiple columns with awk
Find out the location of packages installed with pip
Try to get the contents of Word with Golang
Extract files from EC2 storage with the scp command
Manage the package version number of requirements.txt with pip-tools
Get the operation status of JR West with Python
Let's get notified of the weather in your favorite area from yahoo weather on LINE! ~ PART2 ~
Install the pip command
Get the output value of the command (as received by xargs)
Try to get the function list of Python> os package
Get the id of a GPU with low memory usage
Can't find the package you installed with pip install --user?
Search for large files on Linux from the command line
Let's execute the command on time with the bot of discord
Check the memory status of the server with the Linux free command
Check the operating status of the server with the Linux top command
The story of displaying images with OpenCV or PIL (only)
System trade starting with Python3: Get the latest program code
Get the host name of the host PC with Docker on Linux
I want to extract an arbitrary URL from the character string of the html source with python
I tried to summarize the contents of each package saved by Python pip in one line