add instructions for conda
See original GitHub issuewhat
svgutils can be installed with pip, but also with conda. For now, the docs only cover installation with pip. Add instructions for installing with conda (from conda-forge channel)
how
- add instructions to README (something like
conda install svgutils -c conda-forge
- add getting started section to sphinx documentation with installation instructions
- you will need to add a new file getting_started.rst
- and link to it in the index.rst (https://github.com/btel/svg_utils/blob/master/docs/source/index.rst)
check PR #45 for further links on editting sphinx docs
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Getting started with conda
Create a new environment and install a package in it. · To use, or "activate" the new environment, type the following: · To...
Read more >Conda Instructions
It allows you to create a controlled environment in which multiple compatible versions of programs and their dependencies are installed and can work...
Read more >Conda Instructions
Install Conda and download the .yml file; Create and activate the environment; Deactivate the environment after running your analyses.
Read more >Installing conda packages - Anaconda Documentation
Open an Anaconda Prompt (terminal on Linux or macOS) and follow these instructions. Installing a conda package¶. Enter the command: conda install package ......
Read more >Add instructions on conda environment in the docs #25 - GitHub
As pointed out in #20, documentation should include instructions on how to setup pecos in a conda environment.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
sure go ahead! let me know if you need any help. Thanks for volunteering!
closed by PR #51