শুরুর নির্দেশনা#

স্থাপন (ইনস্টলেশন)#

Qiskit Finance depends on Qiskit, which has its own Qiskit Getting Started detailing the installation options and its supported environments/platforms. You should refer to that first. Then the information here can be followed which focuses on the additional installation specific to Qiskit Finance.

The simplest way to get started is to first follow the getting started 'Start locally' guide for Qiskit

In your virtual environment, where you installed Qiskit, install Qiskit Finance as follows:

pip install qiskit-finance

নোট

As Qiskit Finance depends on Qiskit, you can though simply install it into your environment, as above, and pip will automatically install a compatible version of Qiskit if one is not already installed.

উৎস থেকে Qiskit Finance ইনস্টল করলে আপনি Qiskit এর উন্নয়নের অধীনে অতি সম্প্রতি আপডেট হওয়া সংস্করণটি ব্যবহার করতে পারবেন Python Package Index (PyPI) রিপোজিটরি থেকে ইনস্টল করার পরিবর্তে। এটি আপনাকে Qiskit Finance কোডের সর্বশেষ সংস্করণটি আরও নিখুঁত ভাবে পরিদর্শন করার এবং প্রসারিত করার দক্ষতা দেবে।.

যেহেতু Qiskit Finance কিস্কিটের উপর নির্ভর করে, এবং এর সর্বশেষ পরিবর্তনগুলির জন্য কিস্কিটের নতুন বা পরিবর্তিত বৈশিষ্ট্যগুলির প্রয়োজন হতে পারে, তাই আপনাকে প্রথমে কিস্কিটের "Install from source" নির্দেশাবলী Qiskit Getting Started এ অনুসরণ করতে হবে

Installing Qiskit Finance from Source

আপনি যেই কিস্কিট ইনস্টল করেছেন সেই একই কর্মপরিবেশ ব্যবহার করে আপনি Qiskit Finance ইনস্টল করতে প্রস্তুত।

  1. Qiskit Finance রিপোজিটরি প্রতিলিপি করুন।

    git clone https://github.com/qiskit-community/qiskit-finance.git
    
  2. রিপোজিটোরিটি ক্লোন করলে qiskit-finance নামক একটি স্থানীয় ফোল্ডার তৈরী হবে।

    cd qiskit-finance
    
  3. টেস্ট রান করানোর জন্য বা লিনটিং চেক করার জন্য, ডেভেলাপারের রিকোয়ারমেন্টগুলি ইনস্টল করুন।

    pip install -r requirements-dev.txt
    
  4. qiskit-finance ইনস্টল করুন।

    pip install .
    

আপনি যদি এটিকে সম্পাদনযোগ্য মোডে ইনস্টল করতে চান, মানে এই প্রকল্পের কোড পরিবর্তনের জন্য প্রয়োগ করার জন্য পুনরায় ইনস্টল করা প্রয়োজন না, আপনি এটি করতে পারেন:

pip install -e .

আরো এগোতে প্রস্তুত?...#

Dive into the tutorials

Find out about Qiskit Finance.

Qiskit Finance tutorials