Intended Audience
- Developers
Natural Language
- English
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
Conda edgetest plugin
Table Of Contents
Install
Installation from PyPI:
$ python -m pip install edgetest-conda
Installation from conda-forge:
$ conda install -c conda-forge edgetest-conda
NOTE: This plugin uses conda create ..., so you need to be in a conda base environment
or you must run
$ conda install conda
in your current environment.
Getting Started
This plugin allows users to create virtual environments using conda instead of venv.
With this plugin installed, you can also specify packages that you want to install via conda
as well as the python version for your environment(s):
[edgetest.envs.myenv]
conda_install =
graphviz
python_version = 3.10
upgrade =
myupgrade
NOTE: The default python version is 3.10.
Contributing
See our developer documentation.
We welcome and appreciate your contributions! Before we can accept any contributions, we ask that you please be sure to sign the Contributor License Agreement (CLA)
This project adheres to the Open Source Code of Conduct. By participating, you are expected to honor this code.
License
Apache-2.0