# SOME DESCRIPTIVE TITLE. # Copyright (C) 2017, Tooru Oonuma. # This file is distributed under the same license as the python-pcl package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: python-pcl 0.0.1.dev0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-07-31 13:25+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ..\..\source\install.rst:2 msgid "Installation Guide" msgstr "" #: ..\..\source\install.rst:7 msgid "Recommended Environments" msgstr "" #: ..\..\source\install.rst:9 msgid "We recommend these Linux distributions." msgstr "" #: ..\..\source\install.rst:11 msgid "`Ubuntu `_ 14.04/16.04 LTS 64bit" msgstr "" #: ..\..\source\install.rst:12 msgid "`MacOS `_ 10.10/10.11" msgstr "" #: ..\..\source\install.rst:13 msgid "`Windows `_ 7/8.1/10 64bit" msgstr "" #: ..\..\source\install.rst:15 msgid "The following versions of Python can be used: 2.7.6+, 3.4.3+, 3.5.1+, and 3.6.0+." msgstr "" #: ..\..\source\install.rst:19 msgid "We are testing python-pcl automatically with Jenkins, where all the above *recommended* environments are tested." msgstr "" #: ..\..\source\install.rst:21 msgid "python-pcl is supported on Python 2.7.6+, 3.4.3+, 3.5.1+, 3.6.0+. python-pcl uses C++ compiler such as g++. You need to install it before installing python-pcl. This is typical installation method for each platform::" msgstr "" #: ..\..\source\install.rst:43 msgid "If you use old ``setuptools``, upgrade it::" msgstr "" #: ..\..\source\install.rst:49 msgid "Dependencies" msgstr "" #: ..\..\source\install.rst:51 msgid "Before installing python-pcl, we recommend to upgrade ``setuptools`` if you are using an old one::" msgstr "" #: ..\..\source\install.rst:55 msgid "The following Python packages are required to install python-pcl. The latest version of each package will automatically be installed if missing." msgstr "" #: ..\..\source\install.rst:58 msgid "`NumPy `_ 1.9, 1.10, 1.11, 1.12" msgstr "" #: ..\..\source\install.rst:62 msgid "Install python-pcl" msgstr "" #: ..\..\source\install.rst:65 msgid "Install python-pcl via pip" msgstr "" #: ..\..\source\install.rst:67 msgid "We recommend to install python-pcl via pip::" msgstr "" #: ..\..\source\install.rst:73 msgid "All optional PointCloudLibrary related libraries, need to be installed before installing python-pcl. After you update these libraries, please reinstall python-pcl because you need to compile and link to the newer version of them." msgstr "" #: ..\..\source\install.rst:78 msgid "Install python-pcl from source" msgstr "" #: ..\..\source\install.rst:80 msgid "The tarball of the source tree is available via ``pip download python-pcl`` or from `the release notes page `_. You can use ``setup.py`` to install python-pcl from the tarball::" msgstr "" #: ..\..\source\install.rst:87 msgid "You can also install the development version of python-pcl from a cloned Git repository::" msgstr "" #: ..\..\source\install.rst:97 msgid "When an error occurs..." msgstr "" #: ..\..\source\install.rst:99 msgid "Use ``-vvvv`` option with ``pip`` command. That shows all logs of installation. It may help you::" msgstr "" #: ..\..\source\install.rst:109 msgid "Install python-pcl with pcl.dll" msgstr "" #: ..\..\source\install.rst:114 msgid "Install python-pcl for developers" msgstr "" #: ..\..\source\install.rst:116 msgid "python-pcl uses Cython (>=0.24). Developers need to use Cython to regenerate C++ sources from ``pyx`` files. We recommend to use ``pip`` with ``-e`` option for editable mode::" msgstr "" #: ..\..\source\install.rst:124 msgid "Users need not to install Cython as a distribution package of python-pcl only contains generated sources." msgstr "" #: ..\..\source\install.rst:128 msgid "Uninstall python-pcl" msgstr "" #: ..\..\source\install.rst:130 msgid "Use pip to uninstall python-pcl::" msgstr "" #: ..\..\source\install.rst:136 msgid "When you upgrade python-pcl, ``pip`` sometimes install the new version without removing the old one in ``site-packages``. In this case, ``pip uninstall`` only removes the latest one. To ensure that python-pcl is completely removed, run the above command repeatedly until ``pip`` returns an error." msgstr "" #: ..\..\source\install.rst:142 msgid "Upgrade python-pcl" msgstr "" #: ..\..\source\install.rst:144 msgid "Just use ``pip`` with ``-U`` option::" msgstr "" #: ..\..\source\install.rst:150 msgid "Reinstall python-pcl" msgstr "" #: ..\..\source\install.rst:152 msgid "If you want to reinstall python-pcl, please uninstall python-pcl and then install it. We recommend to use ``--no-cache-dir`` option as ``pip`` sometimes uses cache::" msgstr "" #: ..\..\source\install.rst:158 msgid "When you install python-pcl without PointCloudLibrary, and after that you want to use PointCloudLibrary, please reinstall python-pcl. You need to reinstall python-pcl when you want to upgrade PointCloudLibrary." msgstr "" #: ..\..\source\install.rst:163 msgid "FAQ" msgstr ""