diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:04:24 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:04:24 +0000 |
| commit | b03bf2449f324cdff2e22e0477f447dec95d6b62 (patch) | |
| tree | 839baa07d3c44ceff276443899119019fae89634 /python-mitosheet.spec | |
| parent | 42d6172cf0e5fe54c1be078ce32afea2cb6ab3c2 (diff) | |
automatic import of python-mitosheetopeneuler20.03
Diffstat (limited to 'python-mitosheet.spec')
| -rw-r--r-- | python-mitosheet.spec | 89 |
1 files changed, 61 insertions, 28 deletions
diff --git a/python-mitosheet.spec b/python-mitosheet.spec index 75385c9..08027ee 100644 --- a/python-mitosheet.spec +++ b/python-mitosheet.spec @@ -1,38 +1,49 @@ %global _empty_manifest_terminate_build 0 Name: python-mitosheet -Version: 0.1.472 +Version: 0.1.475 Release: 1 Summary: The Mito Spreadsheet License: GNU Affero General Public License v3 URL: https://trymito.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/3c/63b1444f7c5ab5a29226c001d647a5ef4a3f4d4b7794a5ba8dfb3b77502b/mitosheet-0.1.472.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/82/cb/09b4a03d48889b0191a20d024883ca16b25d5b27e49e615647a21e1d4d61/mitosheet-0.1.475.tar.gz BuildArch: noarch %description - To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito - Before installing Mito + Before installing Mito - 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. - 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. - Installation Instructions + Installation Instructions - For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito + For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito - 1. pip install mitoinstaller + 1. pip install mitosheet + + + 2. Launch JupyterLab 3.0 and open a new notebook + + + 3. In the notebook, run the following code: + + + from mitosheet import sheet + + + mitosheet.sheet() - 2. python -m mitoinstaller install %package -n python3-mitosheet @@ -43,28 +54,39 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-mitosheet - To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + + + Before installing Mito + + + 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. - Before installing Mito + 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. - 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + Installation Instructions - 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito - Installation Instructions + 1. pip install mitosheet - For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito + 2. Launch JupyterLab 3.0 and open a new notebook - 1. pip install mitoinstaller + 3. In the notebook, run the following code: + + + from mitosheet import sheet + + + mitosheet.sheet() - 2. python -m mitoinstaller install %package help @@ -72,32 +94,43 @@ Summary: Development documents and examples for mitosheet Provides: python3-mitosheet-doc %description help - To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + + + Before installing Mito + + + 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + + + 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + + + Installation Instructions - Before installing Mito + For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito - 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + 1. pip install mitosheet - 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + 2. Launch JupyterLab 3.0 and open a new notebook - Installation Instructions + 3. In the notebook, run the following code: - For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito + from mitosheet import sheet - 1. pip install mitoinstaller + mitosheet.sheet() - 2. python -m mitoinstaller install %prep -%autosetup -n mitosheet-0.1.472 +%autosetup -n mitosheet-0.1.475 %build %py3_build @@ -137,5 +170,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.472-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.475-1 - Package Spec generated |
